RowCount Property (Gs1DataBarExpandedStacked)
In This Topic
Gets or sets how many row count of the RSS Expanded will be stacked in.
Syntax
'Declaration
<JsonAttribute(1)>
Public Overridable Property RowCount As System.Integer
'Usage
Dim instance As Gs1DataBarExpandedStacked
Dim value As System.Integer
instance.RowCount = value
value = instance.RowCount
[Json(1)]
public virtual System.int RowCount {get; set;}
public read-write property RowCount: System.Integer; virtual;
JsonAttribute(1)
public function get,set RowCount : System.int
[Json(1)]
public: __property virtual System.int get_RowCount();
public: __property virtual void set_RowCount(
System.int value
);
[Json(1)]
public:
virtual property System.int RowCount {
System.int get();
void set ( System.int value);
}
See Also