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


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

    Return Value

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