Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / EmptyCellType Class / ErrorMessage Property


In This Topic
    ErrorMessage Property (EmptyCellType)
    In This Topic
    Overridden to always return Empty.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property ErrorMessage As String
    'Usage
     
    
    Dim instance As EmptyCellType
    Dim value As String
     
    value = instance.ErrorMessage
    public new string ErrorMessage {get;}
    See Also