GetColumnWidth Method (ITable) Send Feedback
See Also 
Width[out]
Width of Column
Column
Column for which to get its width
Gets the width of the specified column in the Table.

Syntax

Visual Basic 
Function GetColumnWidth( _
   ByVal Column As System.Integer _
) As System.Double
C# 
System.double GetColumnWidth( 
   System.int Column
)
JavaScript 
GetColumnWidth( 
   Column : Number
) : Number
COM native C++ 
HRESULT GetColumnWidth( 
   LONG Column,
   DOUBLE* Width
) 
C++ 
DSRESULT GetColumnWidth( 
   long Column,
   double* Width
) 

Parameters

Column
Column for which to get its width
Width[out] or Return Value
Width of Column

Remarks

Before calling this method, call ITable::TotalColumnCount to get a valid value for Column.
 

See Also

Availability

DraftSight V1R4.0