Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / GeneralCellType Class / shortName Field


In This Topic
    shortName Field
    In This Topic
    Sets whether to save the cell type to XML using short names.
    Syntax
    'Declaration
     
    
    Protected shortName As Boolean
    'Usage
     
    
    Dim instance As GeneralCellType
    Dim value As Boolean
     
    value = instance.shortName
     
    instance.shortName = value
    protected bool shortName
    See Also