ChartTextFrameLinkedSource Property |
Gets and sets a reference to the worksheet.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic virtual string LinkedSource { get; set; }
Public Overridable Property LinkedSource As String
Get
Set
public:
virtual property String^ LinkedSource {
String^ get ();
void set (String^ value);
}
abstract LinkedSource : string with get, set
override LinkedSource : string with get, set
Property Value
Type:
String
See Also