Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / RowElement Class / Cells Property


In This Topic
    Cells Property (RowElement)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Cells As Object()
    'Usage
     
    
    Dim instance As RowElement
    Dim value() As Object
     
    value = instance.Cells
    public object[] Cells {get;}
    See Also