PageTableAreaCellColumnSpan Property |
Gets the total number of columns that contain the table cell.
Namespace: GroupDocs.Parser.DataAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxpublic int ColumnSpan { get; }
Public ReadOnly Property ColumnSpan As Integer
Get
public:
property int ColumnSpan {
int get ();
}
member ColumnSpan : int with get
Property Value
Type:
Int32A positive integer value that represents the total number of columns that contain the table cell.
See Also