OnClientAutoFilled Property
In This Topic
Occurs after has performed the auto-fill operation.
Syntax
'Declaration
Public Property OnClientAutoFilled As System.String
'Usage
Dim instance As FlexSheet
Dim value As System.String
instance.OnClientAutoFilled = value
value = instance.OnClientAutoFilled
public System.string OnClientAutoFilled {get; set;}
public read-write property OnClientAutoFilled: System.String;
public function get,set OnClientAutoFilled : System.String
public: __property System.string* get_OnClientAutoFilled();
public: __property void set_OnClientAutoFilled(
System.string* value
);
public:
property System.String^ OnClientAutoFilled {
System.String^ get();
void set ( System.String^ value);
}
See Also