SortRowIndex Property (FlexSheet)
In This Topic
This property is useless in FlexSheet.
Syntax
'Declaration
<IgnoreAttribute()>
Public Overrides Property SortRowIndex As System.Nullable(Of Integer)
'Usage
Dim instance As FlexSheet
Dim value As System.Nullable(Of Integer)
instance.SortRowIndex = value
value = instance.SortRowIndex
[Ignore()]
public override System.Nullable<int> SortRowIndex {get; set;}
public read-write property SortRowIndex: System.Nullable; override;
IgnoreAttribute()
public override function get,set SortRowIndex : System.Nullable
[Ignore()]
public: __property System.Nullable<int> get_SortRowIndex() override;
public: __property void set_SortRowIndex(
System.Nullable<int> value
) override;
[Ignore()]
public:
property System.Nullable<int> SortRowIndex {
System.Nullable<int> get() override;
void set ( System.Nullable<int> value) override;
}
See Also