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