Class cmf_ExportToExcelViewConfig
Class for the item type cmf_ExportToExcelViewConfig
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Innovator.Client.Model
Assembly: Innovator.Client.dll
Syntax
public class cmf_ExportToExcelViewConfig : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IEquatable<IItemRef>, INullRelationship<cmf_ContentTypeExportToExcel>, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef
Constructors
| Improve this Doc View Sourcecmf_ExportToExcelViewConfig()
Declaration
protected cmf_ExportToExcelViewConfig()
cmf_ExportToExcelViewConfig(ElementFactory, Object[])
Declaration
public cmf_ExportToExcelViewConfig(ElementFactory amlContext, params object[] content)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementFactory | amlContext | |
| System.Object[] | content |
Methods
| Improve this Doc View SourceBehavior()
Retrieve the behavior property of the item
Declaration
public IProperty_Text Behavior()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
IncludeHeader()
Retrieve the include_header property of the item
Declaration
public IProperty_Boolean IncludeHeader()
Returns
| Type | Description |
|---|---|
| IProperty_Boolean |
SortOrder()
Retrieve the sort_order property of the item
Declaration
public IProperty_Number SortOrder()
Returns
| Type | Description |
|---|---|
| IProperty_Number |
StartingRowNumber()
Retrieve the starting_row_number property of the item
Declaration
public IProperty_Number StartingRowNumber()
Returns
| Type | Description |
|---|---|
| IProperty_Number |
TabularView()
Retrieve the tabular_view property of the item
Declaration
public IProperty_Item<cmf_TabularView> TabularView()
Returns
| Type | Description |
|---|---|
| IProperty_Item<cmf_TabularView> |
UseStyleSettings()
Retrieve the use_style_settings property of the item
Declaration
public IProperty_Boolean UseStyleSettings()
Returns
| Type | Description |
|---|---|
| IProperty_Boolean |
WorksheetName()
Retrieve the worksheet_name property of the item
Declaration
public IProperty_Text WorksheetName()
Returns
| Type | Description |
|---|---|
| IProperty_Text |