Share via


ListItemSubField.RowsPerColumn Property

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public Property RowsPerColumn As Integer
'Usage
Dim instance As ListItemSubField 
Dim value As Integer 

value = instance.RowsPerColumn

instance.RowsPerColumn = value
public int RowsPerColumn { get; set; }
public:
property int RowsPerColumn {
    int get ();
    void set (int value);
}
public function get RowsPerColumn () : int 
public function set RowsPerColumn (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ListItemSubField Class

ListItemSubField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace