InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputProgressBar Class / RowSpan Property

In This Topic
    RowSpan Property (InputProgressBar)
    In This Topic
    Gets or sets a value that indicates the total number of rows that input component spans within a grid.
    Syntax
    'Declaration
     
    Public Overridable Property RowSpan As Integer
    public virtual int RowSpan {get; set;}
    See Also