'Declaration Public Property CurrentPageIndex As Integer
'Usage Dim instance As SheetView Dim value As Integer instance.CurrentPageIndex = value value = instance.CurrentPageIndex
public int CurrentPageIndex {get; set;}
FpSpread1.Sheets[0].RowCount = 100; FpSpread1.Sheets[0].CurrentPageIndex = 2;
FpSpread1.Sheets(0).RowCount = 100 FpSpread1.Sheets(0).CurrentPageIndex = 2
SheetView Class SheetView Members