AutoSizeCols(Int32,Int32,Int32) Method
In This Topic
Adjusts the width of columns in a range to fit the data.
Syntax
'Declaration
Public Overloads Overridable Sub AutoSizeCols( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
public virtual void AutoSizeCols(
int ,
int ,
int
)
Parameters
- leftCol
- Left column in the range.
- rightCol
- Right column in the range.
- extraSpace
- Amount of extra space, in pixels, to add to the column widths.
See Also