LoadActionUrl Property (FlexSheet)
In This Topic
Gets and sets the url of load action.
Syntax
'Declaration
Public Property LoadActionUrl As System.String
'Usage
Dim instance As FlexSheet
Dim value As System.String
instance.LoadActionUrl = value
value = instance.LoadActionUrl
public System.string LoadActionUrl {get; set;}
public read-write property LoadActionUrl: System.String;
public function get,set LoadActionUrl : System.String
public: __property System.string* get_LoadActionUrl();
public: __property void set_LoadActionUrl(
System.string* value
);
public:
property System.String^ LoadActionUrl {
System.String^ get();
void set ( System.String^ value);
}
See Also