Class LayoutHelper
Represents a layout helper class.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Layout
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public static class LayoutHelper
Methods
CalculateCellContentSize(Worksheet, Int32, Int32)
Calculates the size of the cell content.
Declaration
public static Size CalculateCellContentSize(Worksheet worksheet, int rowIndex, int columnIndex)
Parameters
Worksheet
worksheet
The worksheet. |
System. Index of the row. |
System. Index of the column. |
Returns
System. The size of the cell content. |
CalculateCellContentSize(Worksheet, CellIndex)
Calculates the size of the cell content.
Declaration
public static Size CalculateCellContentSize(Worksheet worksheet, CellIndex cellIndex)
Parameters
Returns
System. The size of the cell content. |
CalculateCellLayoutBox(Worksheet, Int32, Int32)
Calculates the cell layout box.
Declaration
public static CellLayoutBox CalculateCellLayoutBox(Worksheet worksheet, int rowIndex, int columnIndex)
Parameters
Worksheet
worksheet
The worksheet. |
System. Index of the row. |
System. Index of the column. |
Returns
Cell The cell layout box. |
CalculateCellLayoutBox(Worksheet, CellIndex)
Calculates the cell layout box.
Declaration
public static CellLayoutBox CalculateCellLayoutBox(Worksheet worksheet, CellIndex cellIndex)
Parameters
Returns
Cell The cell layout box. |