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