Class
RowLayoutBox

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:

cs-api-definition
public class RowLayoutBox : LayoutBox

Inheritance: objectLayoutBoxRowLayoutBox

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

Constructors

RowLayoutBox(int, Rect)

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

Declaration

cs-api-definition
public RowLayoutBox(int rowIndex, Rect rect)

Parameters

rowIndex

int

Index of the row.

rect

Rect

The rectangle.

Properties

RowIndex

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

Declaration

cs-api-definition
public int RowIndex { get; }

Property Value

int

The index of the row.

Methods

Equals(object)

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

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

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)

GetHashCode()

Serves as a hash function for a particular type.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

A hash code for the current object.

Overrides object.GetHashCode()

ToString()

Returns a string that represents the current object.

Declaration

cs-api-definition
public override string ToString()

Returns

string

A string that represents the current object.

Overrides LayoutBox.ToString()