Name | Description | |
---|---|---|
![]() | AnnotationType | Overridden. |
![]() | Author | Object that represents the person who wrote the Note or the Comment. (Inherited from Xceed.Workbooks.NET.Annotation) |
![]() | BackgroundColor | Represents the Color used for the Note's background. The default value is null, which uses the Note's default Color as the background Color. |
![]() | CellReference | Represents the Cell in which the Note or the Comment is inserted. (Inherited from Xceed.Workbooks.NET.Annotation) |
![]() | Height | Gets or sets the Note's height. The default value is 100. |
![]() | IsAutoFit | Gets or sets if the Note uses AutoFit. |
![]() | IsShown | Indicates if the Annotation is visible or not when the Workbook is opened. The default value is false. (Inherited from Xceed.Workbooks.NET.Annotation) |
![]() | Item | Returns a specific block of FormattedText contained in the Note. |
![]() | Length | Represents the cumulative length of all the blocks of FormattedText in the current Note. |
![]() | MeasureUnit | Gets or sets the Unit used to define Width & Height. The default value is Point. |
![]() | Protection | Gets or sets the Note's Protection. The default setting automatically creates a protected Note if the associated Worksheet is protected. |
![]() | TextAlignment | Represents the Note's HorizontalAlignement and VerticalAlignment. The default values are respectively Left and Top. |
![]() | Width | Gets or sets the Note's width. The default value is 100. |