In This Topic
Gets or sets the row index of plot area.
Syntax
'Declaration
Public Property Row As Integer
'Usage
Dim instance As PlotArea
Dim value As Integer
instance.Row = value
value = instance.Row
public int Row {get; set;}
public:
property int Row {
int get();
void set ( int value);
}
See Also