Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / GetNonEmptyErrorTextsColumnCount Method


In This Topic
    GetNonEmptyErrorTextsColumnCount Method
    In This Topic
    Gets the number of columns that contain notes.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetNonEmptyErrorTextsColumnCount() As Integer
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim value As Integer
     
    value = instance.GetNonEmptyErrorTextsColumnCount()
    public virtual int GetNonEmptyErrorTextsColumnCount()
    See Also