TableRowFormatGridBefore Property |
Gets or sets the number of
TableColumn
in the parent table's
Columns
which must be skipped before the contents of this table row (its table cells) are added
to the parent table.
Namespace: SautinSoft.Document.TablesAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.7.18
Syntax public int GridBefore { get; set; }
Public Property GridBefore As Integer
Get
Set
Property Value
Int32Remarks
This property is used to specify tables whose leading edge
does not start at the first grid column(the same shared edge).
See Also