다음을 통해 공유


CellContents.Selected 속성

정의

셀 내용이 선택되었는지 여부를 나타냅니다.

public:
 property bool Selected { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
[System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")]
public bool Selected { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
[<System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")>]
member this.Selected : bool with get, set
Public Property Selected As Boolean

속성 값

Boolean 값입니다.

특성

적용 대상