Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / ProcessAutoRowHeightExtra Method
An integer value indicates the index of process auto row height
An integer value indicates the current auto height of row


In This Topic
    ProcessAutoRowHeightExtra Method (Worksheet)
    In This Topic
    Support some extra logic for process auto row height.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub ProcessAutoRowHeightExtra( _
       ByVal rowIndex As Integer, _
       ByRef autoHeight As Integer _
    ) 
    'Usage
     
    
    Dim instance As Worksheet
    Dim rowIndex As Integer
    Dim autoHeight As Integer
     
    instance.ProcessAutoRowHeightExtra(rowIndex, autoHeight)
    protected virtual void ProcessAutoRowHeightExtra( 
       int rowIndex,
       ref int autoHeight
    )

    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