Class CommentsRange
- Namespace
- Spire.Xls.Core.Spreadsheet.Shapes
- Assembly
- Spire.XLS.dll
public class CommentsRange : XlsObject, IDisposable, ICommentShape, IComment, ITextBoxShape, ITextBox, IShape, IExcelApplication
- Inheritance
-
CommentsRange
- Implements
- Inherited Members
Properties
AlternativeText
public string AlternativeText { get; set; }
Property Value
Author
public string Author { get; set; }
Property Value
AutoSize
public bool AutoSize { get; set; }
Property Value
Column
public int Column { get; }
Property Value
Fill
public IShapeFill Fill { get; }
Property Value
Glow
public IGlow Glow { get; }
Property Value
HAlignment
public CommentHAlignType HAlignment { get; set; }
Property Value
Height
public int Height { get; set; }
Property Value
HtmlString
Gets and sets the html string which contains data and some formattings in this shape.
public string HtmlString { get; set; }
Property Value
ID
public int ID { get; }
Property Value
IsLockAspectRatio
public bool IsLockAspectRatio { get; set; }
Property Value
IsLocked
public bool IsLocked { get; set; }
Property Value
IsMoveWithCell
public bool IsMoveWithCell { get; set; }
Property Value
IsPrintable
public bool IsPrintable { get; set; }
Property Value
IsSmartArt
public bool IsSmartArt { get; }
Property Value
IsTextLocked
public bool IsTextLocked { get; set; }
Property Value
IsVisible
public bool IsVisible { get; set; }
Property Value
Left
public int Left { get; set; }
Property Value
Line
Represents line format properties. Read only.
public IShapeLineFormat Line { get; }
Property Value
LinkedCell
Gets or sets the range linked to the shape's value.
public IXLSRange LinkedCell { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
OnAction
public string OnAction { get; set; }
Property Value
Reflection
public IReflectionEffect Reflection { get; }
Property Value
ResizeBehave
Specifies all possible settings for how drawing object shall be resized when the rows and columns between its start and ending anchor are resized or inserted
public ResizeBehaveType ResizeBehave { get; set; }
Property Value
RichText
public IRichTextString RichText { get; }
Property Value
Rotation
public int Rotation { get; set; }
Property Value
Row
public int Row { get; }
Property Value
Shadow
public IShadow Shadow { get; }
Property Value
ShapeType
public ExcelShapeType ShapeType { get; set; }
Property Value
Text
public string Text { get; set; }
Property Value
TextFrame
public ITextFrame TextFrame { get; }
Property Value
TextRotation
public TextRotationType TextRotation { get; set; }
Property Value
ThreeD
public IFormat3D ThreeD { get; }
Property Value
Top
public int Top { get; set; }
Property Value
VAlignment
public CommentVAlignType VAlignment { get; set; }
Property Value
Visible
public bool Visible { get; set; }
Property Value
Width
public int Width { get; set; }
Property Value
Methods
Remove()
public void Remove()
Scale(int, int)
public void Scale(int scaleWidth, int scaleHeight)