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


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