TableRow.ShouldSerializeCells メソッド

定義

Cells オブジェクトのシリアル化中に TableRow プロパティの有効値をシリアル化する必要があるかどうかを示す値を返します。

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

戻り値

Cells プロパティをシリアル化する必要がある場合は true。それ以外の場合は false

適用対象