GetColumnWidth Method (ITable)
Gets the width of the specified column in the Table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetColumnWidth( _
long Column As System.Integer _
) As System.Double |
C# | |
---|
System.double GetColumnWidth(
System.int Column
) |
JavaScript | |
---|
GetColumnWidth(
Column : Number
) : Number |
Parameters
- Column
- Column for which to get its width
- Width[out] or Return Value
- Width of Column
Remarks
See Also
Availability
DraftSight V1R4.0