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 네임스페이스