XlsPivotTable
FirstHeaderRow Property
|
Specifies the first row of the PivotTable header, 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 FirstHeaderRow { get; set; }
Public Property FirstHeaderRow As Integer
Get
Set
public:
property int FirstHeaderRow {
int get ();
void set (int value);
}
member FirstHeaderRow : int with get, set
Property Value
Type:
Int32
See Also