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.