FormField.Result 属性

定义

返回一个 Range 对象,该对象表示包含在指定 对象中的文档部分。

public:
 property System::String ^ Result { System::String ^ get(); void set(System::String ^ value); };
public string Result { get; set; }
member this.Result : string with get, set
Public Property Result As String

属性值

注解

有关从文档返回区域或从形状集合返回形状区域的信息,请参阅 Range(Object, Object) 方法。

适用于