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


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