XlsVPageBreak
Location Property
|
Location of the page break.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected IXLSRange Location { get; set; }
Protected Property Location As IXLSRange
Get
Set
protected:
property IXLSRange^ Location {
IXLSRange^ get ();
void set (IXLSRange^ value);
}
member Location : IXLSRange with get, set
Property Value
Type:
IXLSRange
See Also