Gets or sets the company of a document's author.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[BrowsableAttribute(true)] public string Company { get; set; } |
Visual Basic |
---|
<BrowsableAttribute(True)> _ Public Property Company As String Get Set |