TableRow.ShouldSerializeCells 方法

定义

返回一个值,该值指示是否应在对象的序列化Cells过程中序列化属性的有效值TableRow

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

返回

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

适用于