XlsVPageBreak
Column Property
|
Gets the column index of the vertical page break.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int Column { get; set; }
Public Property Column As Integer
Get
Set
public:
property int Column {
int get ();
void set (int value);
}
member Column : int with get, set
Property Value
Type:
Int32
See Also