ScrollingObjectCollection.IsCellVisible(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks whether the given cell is visible relative to viewable area or page.
public:
bool IsCellVisible(int cellIndex);
public bool IsCellVisible (int cellIndex);
member this.IsCellVisible : int -> bool
Public Function IsCellVisible (cellIndex As Integer) As Boolean
Parameters
- cellIndex
- Int32
the index of the pagination cell
Returns
true when cell is visible