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


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