Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MaskCellType Class / Mask Property


In This Topic
    Mask Property
    In This Topic
    Gets or sets the mask string.
    Syntax
    'Declaration
     
    
    Public Property Mask As String
    'Usage
     
    
    Dim instance As MaskCellType
    Dim value As String
     
    instance.Mask = value
     
    value = instance.Mask
    public string Mask {get; set;}
    See Also