ListItemSubField.Column Property
Gets or sets the zero-based column 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 Column As Integer
public int Column { get; set; }
public:
property int Column {
int get ();
void set (int value);
}
member Column : int with get, set
function get Column () : int
function set Column (value : int)
Property Value
Type: 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.