Table of Contents

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

author string
text string

Properties

Author

public string Author { get; set; }

Property Value

string

Text

public string Text { get; set; }

Property Value

string