Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / DefaultSheetDataModel Class / GetNonEmptyNotesRowCount Method
Example


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()

    Return Value

    Integer number of rows that have cells with notes
    Example
    This example sets a note in some cells and returns the number of rows containing notes.
    See Also