public class WorksheetInfo : DocumentMetaData
Public Class WorksheetInfo
Inherits DocumentMetaData
public ref class WorksheetInfo : public DocumentMetaData
type WorksheetInfo =
class
inherit DocumentMetaData
end
WorksheetInfo(String) | Constructs an empty WorksheetInfo instance. |
WorksheetInfo(WorksheetInfo) | Constructs a copy of the specified WorksheetInfo instance. |
WorksheetInfo(String, String, String, String, String, String, String) | Constructs a WorksheetInfo instance with specified property values. |
Author |
Author of the document.
(Inherited from DocumentMetaData) |
Company |
Company who owns the document.
(Inherited from DocumentMetaData) |
Description |
Description of the document.
(Inherited from DocumentMetaData) |
Keywords |
Keywords of the document.
(Inherited from DocumentMetaData) |
LanguageAbbr | Three-letter language code. |
Title |
Title of the document.
(Inherited from DocumentMetaData) |
Translator |
Translator of the document.
(Inherited from DocumentMetaData) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |