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
|
CellRange
cellRange
The cell range. |
|
System.Int32
fromIndex
From index. |
|
System.Int32
toIndex
To index. |
Overrides
GetHeight()
Gets the height.
Declaration
public RangePropertyValue<RowHeight> GetHeight()
Returns
|
RangePropertyValue<RowHeight>
The height for the selection. |
GetHidden()
Gets the value of the hidden property.
Declaration
public RangePropertyValue<bool> GetHidden()
Returns
|
RangePropertyValue<System.Boolean>
The value of the hidden property |
GetOutlineLevel()
Gets the outline level.
Declaration
public override RangePropertyValue<int> GetOutlineLevel()
Returns
|
RangePropertyValue<System.Int32>
The outline level. |
Overrides
Insert()
Inserts this instance in the workbook.
Declaration
public bool Insert()
Returns
|
System.Boolean
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
|
CellBorders
value
The value. |
Overrides
SetHeight(RowHeight)
Sets the height.
Declaration
public void SetHeight(RowHeight value)
Parameters
|
RowHeight
value
The value. |
SetHidden(Boolean)
Sets the hidden property.
Declaration
public void SetHidden(bool value)
Parameters
|
System.Boolean
value
The value indicating whether the selected rows are hidden. |