AutoSortFrozenRows Property
In This Topic
Gets or sets a value that indicates whether frozen rows are sorted.
Syntax
'Declaration
Public Property AutoSortFrozenRows As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.AutoSortFrozenRows = value
value = instance.AutoSortFrozenRows
public bool AutoSortFrozenRows {get; set;}
See Also