Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / TextCellType Class / CharacterSet Property


In This Topic
    CharacterSet Property (TextCellType)
    In This Topic
    Gets or sets what characters to allow for the text cell.
    Syntax
    'Declaration
     
    
    Public Property CharacterSet As CharacterSet
    'Usage
     
    
    Dim instance As TextCellType
    Dim value As CharacterSet
     
    instance.CharacterSet = value
     
    value = instance.CharacterSet
    public CharacterSet CharacterSet {get; set;}
    See Also