'Declaration Public Sub SetColumnWidth( _
ByVal columnNumberNumber of the column.As System.Int32, _
ByVal widthThe width.As Double _
)
public void SetColumnWidth(
System.Int32 columnNumber,
double width
)
public: void SetColumnWidth(
System.Int32 columnNumber,
double width
)
public:
void SetColumnWidth(
System.Int32 columnNumber,
double width
)
Parameters
- columnNumber
- Number of the column.
- width
- The width.