PowerWEB LiveControls for ASP.NET
RowSpan Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveTableCell Class : RowSpan Property



Gets or sets the number of rows in the LiveTable control that the cell spans.

Syntax

Visual Basic (Declaration) 
Public Overrides Property RowSpan As Integer
Visual Basic (Usage)Copy Code
Dim instance As LiveTableCell
Dim value As Integer
 
instance.RowSpan = value
 
value = instance.RowSpan
C# 
public override int RowSpan {get; set;}
C++/CLI 
public:
property int RowSpan {
   int get() override;
   void set (    int value) override;
}

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.TableCell.RowSpan.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.