Property | Type | Description | |
---|---|---|---|
FieldSeparator | Char[] | ||
SubFieldSeparator | Char[] |
Property | Type | Description | |
---|---|---|---|
m_oSettings | Object>.Dictionary | ||
m_oWorkbook | Microsoft.Office.Interop.Excel.Workbook |
Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
OnWorkbookTablesCleared ( ) : void | ||
PerWorkbookSettings ( Microsoft workbook ) : System |
Initializes a new instance of the PerWorkbookSettings class.
|
|
SetGraphHistoryGroupingDescription ( String groupingDescription ) : void | ||
SetGraphHistoryValue ( String graphHistoryKey, String graphHistoryValue ) : void |
Method | Description | |
---|---|---|
ClearAutoFillWorkbookResults ( ) : void | ||
ClearGraphHistory ( ) : void | ||
GetAllSettings ( ) : Object>.Dictionary |
||
GetWorkbookSettingsCellSettingName ( |
||
PreserveWorkbookSettingsBackwardCompatibility ( String sWorkbookSettings ) : String | ||
SetValue ( String settingName, Object value ) : void | ||
TryGetPerWorkbookSettingsTable ( ListObject &oPerWorkbookSettingsTable ) : System.Boolean | ||
TryGetValue ( String settingName, |
||
WriteAllSettings ( ) : void |
protected ClearAutoFillWorkbookResults ( ) : void | ||
return | void |
protected GetAllSettings ( ) : Object>.Dictionary |
||
return | Object>.Dictionary |
protected GetWorkbookSettingsCellSettingName ( |
||
iWorkbookSettingsCellNumberOneBased | ||
return | String |
public PerWorkbookSettings ( Microsoft workbook ) : System | ||
workbook | Microsoft | /// The workbook containing the settings. /// |
return | System |
protected PreserveWorkbookSettingsBackwardCompatibility ( String sWorkbookSettings ) : String | ||
sWorkbookSettings | String | |
return | String |
public SetGraphHistoryGroupingDescription ( String groupingDescription ) : void | ||
groupingDescription | String | |
return | void |
public SetGraphHistoryValue ( String graphHistoryKey, String graphHistoryValue ) : void | ||
graphHistoryKey | String | |
graphHistoryValue | String | |
return | void |
protected SetValue ( String settingName, Object value ) : void | ||
settingName | String | |
value | Object | |
return | void |
protected TryGetPerWorkbookSettingsTable ( ListObject &oPerWorkbookSettingsTable ) : System.Boolean | ||
oPerWorkbookSettingsTable | ListObject | |
return | System.Boolean |
protected TryGetValue ( String settingName, |
||
settingName | String | |
valueType | ||
value | Object | |
return | System.Boolean |