Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MaskCellType Class / CustomMaskCharacters Property


In This Topic
    CustomMaskCharacters Property
    In This Topic
    Gets or sets the custom characters for the mask.
    Syntax
    'Declaration
     
    
    Public Overridable Property CustomMaskCharacters As String()
    'Usage
     
    
    Dim instance As MaskCellType
    Dim value() As String
     
    instance.CustomMaskCharacters = value
     
    value = instance.CustomMaskCharacters
    public virtual string[] CustomMaskCharacters {get; set;}
    See Also