SelectedSheetIndex Property (FlexSheet)
In This Topic
Gets or sets the index of the current sheet in the FlexSheet.
Syntax
'Declaration
Public Property SelectedSheetIndex As System.Nullable(Of Integer)
'Usage
Dim instance As FlexSheet
Dim value As System.Nullable(Of Integer)
instance.SelectedSheetIndex = value
value = instance.SelectedSheetIndex
public System.Nullable<int> SelectedSheetIndex {get; set;}
public read-write property SelectedSheetIndex: System.Nullable;
public function get,set SelectedSheetIndex : System.Nullable
public: __property System.Nullable<int> get_SelectedSheetIndex();
public: __property void set_SelectedSheetIndex(
System.Nullable<int> value
);
public:
property System.Nullable<int> SelectedSheetIndex {
System.Nullable<int> get();
void set ( System.Nullable<int> value);
}
See Also