Range.XML[Boolean] 属性

定义

返回一个 String 类型的值,该值代表指定对象中的 XML 文本。

public:
 property System::String ^ XML[bool] { System::String ^ get(bool DataOnly); };
public string XML[bool DataOnly = false] { get; }
member this.XML(bool) : string
Public ReadOnly Property XML(Optional DataOnly As Boolean = false) As String

参数

DataOnly
Boolean

可选属性,类型为 BooleanTrue 将返回而不使用 Word XML 标记的 xml 文本。 默认设置为 False

属性值

适用于