Class SpreadsheetNote
Represents a note element in the RadSpreadsheet.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.Comments
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class SpreadsheetNote : FloatingResizableShapeBase, ICopyable<FloatingShapeBase>, IFloatingCommentMutable, IFloatingComment, ITextObject
Properties
AlternateText
Gets or sets the alternate text. Setting it will push the change in the undo stack.
Declaration
public string AlternateText { get; set; }
Property Value
System. The alternate text value. |
Author
Gets or sets the author assigned to the note. Setting it will push the change in the undo stack.
Declaration
public string Author { get; set; }
Property Value
System. The author. |
Implements
FloatingShapeType
Gets the type of the shape.
Declaration
public override FloatingShapeType FloatingShapeType { get; }
Property Value
Overrides
IsFallback
Gets a value indicating whether this Spreadsheet
Declaration
public bool IsFallback { get; }
Property Value
System.
|
IsVisible
Gets or sets a value indicating whether this Spreadsheet
Declaration
public bool IsVisible { get; set; }
Property Value
System.
|
MoveWithCells
Gets or sets a value indicating whether this Spreadsheet
Declaration
public bool MoveWithCells { get; set; }
Property Value
System.
|
RelatedCellIndex
Gets or sets the cell index assigned to the comment. Setting it will push the change in the undo stack.
Declaration
public CellIndex RelatedCellIndex { get; set; }
Property Value
Cell The cell index. |
Implements
SizeWithCells
Gets or sets a value indicating whether this Spreadsheet
Declaration
public bool SizeWithCells { get; set; }
Property Value
System.
|
Text
Gets or sets the text. Setting it will push the change in the undo stack.
Declaration
public string Text { get; set; }
Property Value
System. The text value. |
Implements
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System. True if the specified System. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |