TableRow.ShouldSerializeCells Method

Definition

Returns a value that indicates whether or not the effective value of the Cells property should be serialized during serialization of a TableRow object.

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

Returns

true if the Cells property should be serialized; otherwise, false.

Applies to