AutoSizeFixedRows(Int32,Int32,Double) Method
In This Topic
Resizes a range of fixed rows to fit their visible contents.
Syntax
'Declaration
Public Overloads Sub AutoSizeFixedRows( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Double _
)
public void AutoSizeFixedRows(
int ,
int ,
double
)
Parameters
- startRow
- Index of the first row to resize.
- endRow
- Index of the last row to resize.
- extra
- Extra height to add to the row, in pixels.
See Also