Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / Cells Property
Example


In This Topic
    Cells Property (SheetView)
    In This Topic
    Gets the cells in the data area of the sheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Cells As Cells
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Cells
     
    value = instance.Cells
    public Cells Cells {get;}

    Property Value

    Cells object with the cells
    Remarks

    This property is available at run time only.

    This property allows reference to a cell or several cells in the sheet.

    Example
    This example assigns a SheetView object to the active sheet and creates a Border object. The border is then applied to all the cells in the sheet, and the cells spacing is increased to 5.
    See Also