In This Topic
Sets the column width on the BiffRow object that represents the specified row number.
Syntax
'Declaration
Public Sub SetColumnWidth( _
ByVal As Short, _
ByVal As Single _
)
public void SetColumnWidth(
short ,
float
)
Parameters
- col
- The column number to set the width on (zero based).
- width
- The width to set the column to in inches.
See Also