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 命名空间