ProcessAutoRowHeightExtra Method
In This Topic
Support some extra logic for process auto row height.
Syntax
'Declaration
Protected Overridable Sub ProcessAutoRowHeightExtra( _
ByVal As Integer, _
ByRef As Integer _
)
'Usage
Dim instance As Worksheet
Dim rowIndex As Integer
Dim autoHeight As Integer
instance.ProcessAutoRowHeightExtra(rowIndex, autoHeight)
protected virtual void ProcessAutoRowHeightExtra(
int ,
ref int
)
Parameters
- rowIndex
- An integer value indicates the index of process auto row height
- autoHeight
- An integer value indicates the current auto height of row
See Also