Class Comment
- Namespace
- FileFormat.Cells
- Assembly
- FileFormat.Cells.dll
public class Comment
- Inheritance
-
Comment
- Inherited Members
Constructors
Comment(string, string)
public Comment(string author, string text)
Parameters
Properties
Author
public string Author { get; set; }
Property Value
Text
public string Text { get; set; }