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


In This Topic
    CellType Property (TitleInfo)
    In This Topic
    Gets or sets the type of cell for the title bar.
    Syntax
    'Declaration
     
    
    Public Property CellType As ICellType
    'Usage
     
    
    Dim instance As TitleInfo
    Dim value As ICellType
     
    instance.CellType = value
     
    value = instance.CellType
    public ICellType CellType {get; set;}

    Property Value

    ICellType that determines the cell type of the title bar
    Example
    This example sets the title info for the first sheet.
    See Also