PageTableAreaGetColumnWidth Method |
Returns the column width.
Namespace: GroupDocs.Parser.DataAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxpublic double GetColumnWidth(
int columnIndex
)
Public Function GetColumnWidth (
columnIndex As Integer
) As Double
public:
double GetColumnWidth(
int columnIndex
)
member GetColumnWidth :
columnIndex : int -> float
Parameters
- columnIndex
- Type: SystemInt32
The zero-based index of the column.
Return Value
Type:
DoubleA double value that represents the width of the column.
See Also