Share via


ListItemSubField.Row Property

Gets or sets the zero-based row number of this list item.

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

Syntax

'Declaration
Public Property Row As Integer
public int Row { get; set; }
public:
property int Row {
    int get ();
    void set (int value);
}
member Row : int with get, set
function get Row () : int 
function set Row (value : int)

Property Value

Type: Int32

.NET Framework Security

See Also

Reference

ListItemSubField Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace