FormGridControl.exportLabel Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
exportLabel() | |
exportLabel(String) |
exportLabel()
public:
virtual System::String ^ exportLabel();
public virtual string exportLabel ();
abstract member exportLabel : unit -> string
override this.exportLabel : unit -> string
Public Overridable Function exportLabel () As String
Returns
Applies to
exportLabel(String)
public:
virtual System::String ^ exportLabel(System::String ^ _value);
public virtual string exportLabel (string _value);
abstract member exportLabel : string -> string
override this.exportLabel : string -> string
Public Overridable Function exportLabel (_value As String) As String
Parameters
- _value
- String