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.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.