Class RowSelection
Represents a row selection.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class RowSelection : RowColumnSelectionBase
Methods
AutoFitHeight()
Automatically adjusts the height.
Declaration
public void AutoFitHeight()
ClearHeight()
Clears the height.
Declaration
public void ClearHeight()
ClearHidden()
Clears the hidden property.
Declaration
public void ClearHidden()
GetFromToIndexFromRange(CellRange, out Int32, out Int32)
Gets from to index from range.
Declaration
protected override void GetFromToIndexFromRange(CellRange cellRange, out int fromIndex, out int toIndex)
Parameters
Cell The cell range. |
System. From index. |
System. To index. |
Overrides
GetHeight()
Gets the height.
Declaration
public RangePropertyValue<RowHeight> GetHeight()
Returns
Range The height for the selection. |
GetHidden()
Gets the value of the hidden property.
Declaration
public RangePropertyValue<bool> GetHidden()
Returns
Range The value of the hidden property |
GetOutlineLevel()
Gets the outline level.
Declaration
public override RangePropertyValue<int> GetOutlineLevel()
Returns
Range The outline level. |
Overrides
Insert()
Inserts this instance in the workbook.
Declaration
public bool Insert()
Returns
System. The value indicating whether the insert was successful. |
Remove()
Removes this instance from the workbook.
Declaration
public void Remove()
SetBorders(CellBorders)
Sets the borders.
Declaration
public override void SetBorders(CellBorders value)
Parameters
Cell The value. |
Overrides
SetHeight(RowHeight)
Sets the height.
Declaration
public void SetHeight(RowHeight value)
Parameters
Row The value. |
SetHidden(Boolean)
Sets the hidden property.
Declaration
public void SetHidden(bool value)
Parameters
System. The value indicating whether the selected rows are hidden. |