Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IntegerCellType Class / MaximumValue Property
Example


In This Topic
    MaximumValue Property (IntegerCellType)
    In This Topic
    Gets or sets the maximum value.
    Syntax
    'Declaration
     
    Public Property MaximumValue As Integer
    'Usage
     
    Dim instance As IntegerCellType
    Dim value As Integer
     
    instance.MaximumValue = value
     
    value = instance.MaximumValue
    public int MaximumValue {get; set;}

    Property Value

    Integer number of the maximum value
    Example
    This example creates an instance of an integer cell and sets the properties for this cell type.
    See Also