Represents the column to be sorted on.
Namespace:
Spire.Xls.Core.Spreadsheet.Sorting
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int Key { get; set; }
Public Property Key As Integer
Get
Set
public:
virtual property int Key {
int get () sealed;
void set (int value) sealed;
}
abstract Key : int with get, set
override Key : int with get, set
Property Value
Type:
Int32
Implements
ISortColumn
Key
See Also