ComponentOne CalendarView for WinForms
C1.Framework.Mathematics Namespace / Matrix Class / Height Property

In This Topic
    Height Property (Matrix)
    In This Topic
    Get the row number of the matrix.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Height As Integer
    public int Height {get;}

    Property Value

    A int value indicates the height of the matrix.
    See Also