PlotAreaName Property (PlotArea)
In This Topic
Gets or sets the plot area name.
Syntax
'Declaration
Public Property PlotAreaName As String
'Usage
Dim instance As PlotArea
Dim value As String
instance.PlotAreaName = value
value = instance.PlotAreaName
public string PlotAreaName {get; set;}
public:
property String^ PlotAreaName {
String^ get();
void set ( String^ value);
}
See Also