SetColumnWidth Method (ITable) Send Feedback
See Also 
Width
Width of the columns in the Table
Sets the width of the columns in the Table.

Syntax

Visual Basic 
Sub SetColumnWidth( _
   ByVal Width As System.Double _
) 
C# 
void SetColumnWidth( 
   System.double Width
)
JavaScript 
SetColumnWidth( 
   Width : Number
)
COM native C++ 
HRESULT SetColumnWidth( 
   DOUBLE Width
) 
C++ 
DSRESULT SetColumnWidth( 
   double Width
) 

Parameters

Width
Width of the columns in the Table
 

See Also

Availability

DraftSight V1R4.0