Share via


TableRow.ShouldSerializeCells 方法

定義

取得值,這個值表示 Cells 屬性的有效值是否應該在 TableRow 物件的序列化期間序列化。

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

傳回

Boolean

如果 Cells 屬性應進行序列化則為 true,否則為 false

適用於