共用方式為


RowSpan 屬性

Indicates the number of rows this cell spans.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property RowSpan As Integer
    Get
'用途
Dim instance As CellContents
Dim value As Integer

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

屬性值

型別:System. . :: . .Int32
An int value.