Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IntegerCellType Class / IntegerCellType Constructor / IntegerCellType Constructor(String)
Message (as string) to display if the input value is not valid
Example


In This Topic
    IntegerCellType Constructor(String)
    In This Topic
    Creates a new integer data type cell with the specified message to display.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal errorMessage As String _
    )
    'Usage
     
    
    Dim errorMessage As String
     
    Dim instance As New IntegerCellType(errorMessage)
    public IntegerCellType( 
       string errorMessage
    )

    Parameters

    errorMessage
    Message (as string) to display if the input value is not valid
    Example
    This example creates an integer cell type and assigns it to the first column in the sheet.
    See Also