Del via


CellContents.Selected Property

Indicates whether the cell contents are selected.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property Selected As Boolean
    Get
    Set
'Usage
Dim instance As CellContents
Dim value As Boolean

value = instance.Selected

instance.Selected = value
public bool Selected { get; set; }
public:
property bool Selected {
    bool get ();
    void set (bool value);
}
member Selected : bool with get, set
function get Selected () : boolean
function set Selected (value : boolean)

Property Value

Type: System.Boolean
A Boolean value.