Range.ToString 方法
定义
返回当前 Range 对象的字符串表示形式。Returns the string representation of the current Range object.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
返回
- String
范围的字符串表示形式。The string representation of the range.
适用于