Spread ASP.NET 16
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / MaskedEditCellType Class / Century Property


In This Topic
    Century Property
    In This Topic
    Gets or sets the number of the century for the mask cell.
    Syntax
    'Declaration
     
    Public Property Century As Integer
    'Usage
     
    Dim instance As MaskedEditCellType
    Dim value As Integer
     
    instance.Century = value
     
    value = instance.Century
    public int Century {get; set;}

    Property Value

    Integer number of the century
    See Also