CellContents.ColSpan 屬性

Indicates the number of columns this cell spans. For the purposes of hidden columns, this cell is considered to occupy the first visible column it appears in.

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

語法

'宣告
Public Property ColSpan As Integer 
    Get 
    Set
'用途
Dim instance As CellContents 
Dim value As Integer 

value = instance.ColSpan

instance.ColSpan = value
public int ColSpan { get; set; }
public:
property int ColSpan {
    int get ();
    void set (int value);
}
member ColSpan : int with get, set
function get ColSpan () : int 
function set ColSpan (value : int)

屬性值

型別:System.Int32
An int value.

請參閱

參考

CellContents 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間