Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnEditor Class / GetLineCount Method


In This Topic
    GetLineCount Method (MultiColumnEditor)
    In This Topic
    Returns the number of lines.
    Syntax
    'Declaration
     
    
    Public Function GetLineCount() As Integer
    'Usage
     
    
    Dim instance As MultiColumnEditor
    Dim value As Integer
     
    value = instance.GetLineCount()
    public int GetLineCount()
    See Also