ColumnInfo
Overview
ColumnInfo is a class in Aspose.PDF FOSS for .NET.
ColumnInfo stores table layout details, exposing ColumnWidths, ColumnSpacing, and ColumnCount properties for precise column sizing.
Properties: ColumnCount, ColumnSpacing, ColumnWidths.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ColumnWidths | string? | Read/Write | Gets or sets the column widths. |
ColumnSpacing | string? | Read/Write | Gets or sets the column spacing. |
ColumnCount | int | Read/Write | Gets or sets the column count. |