Sparkline
Column Property
|
Gets the column index of a sparkline.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int Column { get; }
Public ReadOnly Property Column As Integer
Get
public:
virtual property int Column {
int get () sealed;
}
abstract Column : int with get
override Column : int with get
Property Value
Type:
Int32
The column index.
Implements
ISparkline
Column
See Also