共用方式為


Selected 屬性

Indicates whether the cell contents are selected.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property Selected As Boolean
    Get
    Set
'用途
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)

屬性值

型別:System. . :: . .Boolean
A Boolean value.