Bearbeiten

ScrollingObjectCollection.IsCellVisible(Int32) Method

Definition

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

Applies to