VPageBreak
Location Property
|
Returns or sets the cell (a Range object) that defines the page-break location.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellRange Location { get; set; }
Public Property Location As CellRange
Get
Set
public:
property CellRange^ Location {
CellRange^ get ();
void set (CellRange^ value);
}
member Location : CellRange with get, set
Property Value
Type:
CellRange
See Also