Spread WinForms 15
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 _
) As Boolean
 
'Usage
 
Dim instance As LayoutManager
Dim row As Integer
Dim value As Boolean
 
value = instance.CanAutoFitRow(row)

Parameters

row
See Also