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

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

    Property Value

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