Share via


FormGridControl.exportLabel Method

Definition

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

Returns

Applies to