SetColumnWidthAt Method (ITable) Send Feedback
See Also 
Column
Column whose width to set
Width
Width for column
Sets the width of the specified column in the Table.

Syntax

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

Parameters

Column
Column whose width to set
Width
Width for column

Remarks

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

See Also

Availability

DraftSight V1R4.0