Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IntegerCellType Class / MinimumValue Property
Example


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

    Property Value

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