TableRow.ShouldSerializeCells 메서드

정의

Cells 개체를 serialize하는 동안 TableRow 속성의 유효 값을 serialize해야 하는지 여부를 나타내는 값을 반환합니다.

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

반환

Boolean

Cells 속성을 serialize해야 하면 true이고, 그렇지 않으면 false입니다.

적용 대상