AutoSizeCol(Int32) Method
In This Topic
Adjusts the width of a column to fit the data.
Syntax
'Declaration
Public Overloads Overridable Sub AutoSizeCol( _
ByVal As Integer _
)
public virtual void AutoSizeCol(
int
)
Parameters
- col
- Column index.
See Also