Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridCellFactoryBase Class / GetDefaultRow Method


In This Topic
    GetDefaultRow Method (GridCellFactoryBase)
    In This Topic
    Gets the default row dimensions.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetDefaultRow() As GridCellFactoryBase.RowInfo
    'Usage
     
    
    Dim instance As GridCellFactoryBase
    Dim value As GridCellFactoryBase.RowInfo
     
    value = instance.GetDefaultRow()
    public virtual GridCellFactoryBase.RowInfo GetDefaultRow()
    See Also