Represents a comment of a cell within a worksheet.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public class Annotation : IInplaceEditable |
Visual Basic
Copy Code
|
|---|
Public Class Annotation |
RemarksObjects of this class cannot be instantiated directly. To create and associate an annotation with a cell, call the SetAnnotation method of the cell.
ExampleThe following example illustrates how to set and customize a cell annotation.
C#
Copy Code
|
|---|
// Create the annotation |
Visual Basic
Copy Code
|
|---|
' Create the annotation |
Inheritance HierarchySystem.Object![]()
MindFusion.Spreadsheet.Annotation
See Also