다음을 통해 공유


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.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property ColSpan As Integer
    Get
‘사용 방법
Dim instance As CellContents
Dim value As Integer

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

속성 값

유형: System. . :: . .Int32
An int value.