ExternalLink
DataSource Property
|
Gets or sets the data source of the external link.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string DataSource { get; set; }
Public Property DataSource As String
Get
Set
public:
property String^ DataSource {
String^ get ();
void set (String^ value);
}
member DataSource : string with get, set
Property Value
Type:
String
See Also