Click or drag to resize

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.Tables
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public int GridBefore { get; set; }

Property Value

Int32
Remarks
This property is used to specify tables whose leading edge does not start at the first grid column(the same shared edge).
See Also