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