Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / AlternatingRow Class / CellType Property
Example


In This Topic
    CellType Property (AlternatingRow)
    In This Topic
    Gets or sets the cell type for cells in this alternating row.
    Syntax
    'Declaration
     
    
    Public Property CellType As ICellType
    'Usage
     
    
    Dim instance As AlternatingRow
    Dim value As ICellType
     
    instance.CellType = value
     
    value = instance.CellType
    public ICellType CellType {get; set;}

    Property Value

    ICellType object containing the cell type for cells in this alternating row
    Example
    This example creates a ButtonCell and then assigns it to the first AlternatingRow.
    See Also