New to Telerik UI for WinFormsStart a free 30-day trial

Represents a positioned rectangular layout box for a worksheet row with its calculated dimensions.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Layout

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

C#
public class RowLayoutBox : LayoutBox

Inheritance: objectLayoutBoxRowLayoutBox

Inherited Members LayoutBox.LeftLayoutBox.TopLayoutBox.WidthLayoutBox.HeightLayoutBox.SizeLayoutBox.BoundingRectangle...

Constructors

Initializes a new RowLayoutBox with the specified row index and bounding rectangle.

C#
public RowLayoutBox(int rowIndex, Rect rect)
Parameters:rowIndexint

Index of the row.

rectRect

The rectangle.

Properties

Gets the zero-based index of the row represented by this layout box.

C#
public int RowIndex { get; }
Property Value:

The index of the row.

Methods

Determines whether the specified object is equal to the current object.

C#
public override bool Equals(object obj)
Parameters:objobject

The object to compare with the current object.

Returns:

bool

True if the specified object is equal to the current object; otherwise, false.

Overrides: object.Equals(object)

Serves as a hash function for a particular type.

C#
public override int GetHashCode()
Returns:

int

A hash code for the current object.

Overrides: object.GetHashCode()

Returns a string that represents the current object.

C#
public override string ToString()
Returns:

string

A string that represents the current object.

Overrides: LayoutBox.ToString()