Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Data Namespace / ISpreadDataViewMapper Interface / DataViewColumnCount Property


In This Topic
    DataViewColumnCount Property (ISpreadDataViewMapper)
    In This Topic
    Gets the number of columns in the data view.
    Syntax
    'Declaration
     
    
    ReadOnly Property DataViewColumnCount As Integer
    'Usage
     
    
    Dim instance As ISpreadDataViewMapper
    Dim value As Integer
     
    value = instance.DataViewColumnCount
    int DataViewColumnCount {get;}

    Property Value

    Number of columns
    See Also