XlsPivotTable
FirstDataCol Property
|
Specifies the first column of the PivotTable data, relative to the top left cell in the ref
value
Namespace:
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int FirstDataCol { get; set; }
Public Property FirstDataCol As Integer
Get
Set
public:
property int FirstDataCol {
int get ();
void set (int value);
}
member FirstDataCol : int with get, set
Property Value
Type:
Int32
See Also