TableRow.ShouldSerializeCells 方法

定义

返回一个值,该值指示在序列化 Cells 对象期间,是否应对 TableRow 属性的有效值进行序列化。

public:
 bool ShouldSerializeCells();
public bool ShouldSerializeCells ();
member this.ShouldSerializeCells : unit -> bool
Public Function ShouldSerializeCells () As Boolean

返回

Boolean

如果 Cells 属性应被序列化,则为 true;否则为 false

适用于