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


In This Topic
    CellTypeDesignString Property
    In This Topic
    Gets or sets the cell type design string for the title bar.
    Syntax
    'Declaration
     
    
    Public Property CellTypeDesignString As String
    'Usage
     
    
    Dim instance As TitleInfo
    Dim value As String
     
    instance.CellTypeDesignString = value
     
    value = instance.CellTypeDesignString
    public string CellTypeDesignString {get; set;}
    See Also