API Reference
Class
ExcelInfoBuilder
Fluent builder for workbook properties (core + extended).
Inheritance
- Object
- ExcelInfoBuilder
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method ExcelInfoBuilder.Application
- Method ExcelInfoBuilder.Author
- Method ExcelInfoBuilder.Category
- Method ExcelInfoBuilder.Company
- Method ExcelInfoBuilder.Description
- Method ExcelInfoBuilder.Keywords
- Method ExcelInfoBuilder.LastModifiedBy
- Method ExcelInfoBuilder.Manager
- Method ExcelInfoBuilder.Subject
- Method ExcelInfoBuilder.Title
Accepted by parameters
- Method ExcelFluentWorkbook.Info
Methods
public ExcelInfoBuilder Application(String app) #Returns:
ExcelInfoBuilderSets extended property Application name.
Parameters
- app System.String
public ExcelInfoBuilder Author(String author) #Returns:
ExcelInfoBuilderSets core property Creator/Author.
Parameters
- author System.String
public ExcelInfoBuilder Category(String category) #Returns:
ExcelInfoBuilderSets core property Category.
Parameters
- category System.String
public ExcelInfoBuilder Company(String company) #Returns:
ExcelInfoBuilderSets extended property Company.
Parameters
- company System.String
public ExcelInfoBuilder Description(String description) #Returns:
ExcelInfoBuilderSets core property Description.
Parameters
- description System.String
public ExcelInfoBuilder Keywords(String keywords) #Returns:
ExcelInfoBuilderSets core property Keywords.
Parameters
- keywords System.String
public ExcelInfoBuilder LastModifiedBy(String user) #Returns:
ExcelInfoBuilderSets core property LastModifiedBy.
Parameters
- user System.String
public ExcelInfoBuilder Manager(String manager) #Returns:
ExcelInfoBuilderSets extended property Manager.
Parameters
- manager System.String
public ExcelInfoBuilder Subject(String subject) #Returns:
ExcelInfoBuilderSets core property Subject.
Parameters
- subject System.String
public ExcelInfoBuilder Title(String title) #Returns:
ExcelInfoBuilderSets core property Title.
Parameters
- title System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object