Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / CanAutoFitRow Method


In This Topic
    CanAutoFitRow Method
    In This Topic
    Checks whether a row is eligible for auto row height when cell's value or properties changed
    Syntax
    'Declaration
     
    
    Public Function CanAutoFitRow( _
       ByVal row As Integer, _
       ByVal includeCustomSize As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As LayoutManager
    Dim row As Integer
    Dim includeCustomSize As Boolean
    Dim value As Boolean
     
    value = instance.CanAutoFitRow(row, includeCustomSize)
    public bool CanAutoFitRow( 
       int row,
       bool includeCustomSize
    )

    Parameters

    row
    includeCustomSize
    See Also