次の方法で共有


CellContents.ColSpan プロパティ

このセルがまたがる列数を示します。 非表示列がある場合、このセルは最初の表示されている列を占めていると見なされます。

名前空間:  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
int 値。

関連項目

参照

CellContents クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間