다음을 통해 공유


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.