共用方式為


CellContents.RowSpan 屬性

Indicates the number of rows this cell spans.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

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

value = instance.RowSpan

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

屬性值

型別:System.Int32
An int value.

請參閱

參考

CellContents 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間