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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaración
Public Property Row As Integer
Get
Set
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: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.