TableRow.ShouldSerializeCells メソッド

定義

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

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

返品

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

適用対象