ItemsSourceId Property (PivotChart)
In This Topic
Gets or sets the id of the source.
Syntax
'Declaration
Public Property ItemsSourceId As System.String
'Usage
Dim instance As PivotChart
Dim value As System.String
instance.ItemsSourceId = value
value = instance.ItemsSourceId
public System.string ItemsSourceId {get; set;}
public read-write property ItemsSourceId: System.String;
public function get,set ItemsSourceId : System.String
public: __property System.string* get_ItemsSourceId();
public: __property void set_ItemsSourceId(
System.string* value
);
public:
property System.String^ ItemsSourceId {
System.String^ get();
void set ( System.String^ value);
}
See Also