CellContents.Selected Property

Definition

Indicates whether the cell contents are 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

Property Value

A Boolean value.

Attributes

Applies to