Web API Edition | ComponentOne
C1.BarCode Namespace / RssExpandedStackedOptions Class / RowCount Property

In This Topic
    RowCount Property (RssExpandedStackedOptions)
    In This Topic
    Gets or sets the number of stacked rows.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(2)>
    <#YUc("Desc_RssExpandedStackedOptions_RowCount", "Gets or sets the number of stacked rows.")>
    <NotifyParentPropertyAttribute(True)>
    Public Property RowCount As Integer
    [DefaultValue(2)]
    [#YUc("Desc_RssExpandedStackedOptions_RowCount", "Gets or sets the number of stacked rows.")]
    [NotifyParentProperty(true)]
    public int RowCount {get; set;}
    See Also