ReportStringControl.heightStr 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
heightStr() | |
heightStr(String) |
heightStr()
public:
virtual System::String ^ heightStr();
public virtual string heightStr ();
abstract member heightStr : unit -> string
override this.heightStr : unit -> string
Public Overridable Function heightStr () As String
Returns
Applies to
heightStr(String)
public:
virtual System::String ^ heightStr(System::String ^ _value);
public virtual string heightStr (string _value);
abstract member heightStr : string -> string
override this.heightStr : string -> string
Public Overridable Function heightStr (_value As String) As String
Parameters
- _value
- String