Interface IPivotTableOptions
public interface IPivotTableOptions
Properties
ColumnHeaderCaption
string ColumnHeaderCaption { get; set; }
Property Value
DataPosition
short DataPosition { get; set; }
Property Value
DisplayErrorString
bool DisplayErrorString { get; set; }
Property Value
DisplayFieldCaptions
bool DisplayFieldCaptions { get; set; }
Property Value
DisplayNullString
bool DisplayNullString { get; set; }
Property Value
EnableFieldProperties
bool EnableFieldProperties { get; set; }
Property Value
ErrorString
string ErrorString { get; set; }
Property Value
Indent
uint Indent { get; set; }
Property Value
IsAutoFormat
Indicates whether the PivotTable has an autoformat applied. Checkbox "autofit column width on update"which in pivot table Options :Layout Format for Excel 2007
bool IsAutoFormat { get; set; }
Property Value
IsDataEditable
bool IsDataEditable { get; set; }
Property Value
IsSaveData
bool IsSaveData { get; set; }
Property Value
MergeLabels
bool MergeLabels { get; set; }
Property Value
NullString
string NullString { get; set; }
Property Value
PageFieldWrapCount
int PageFieldWrapCount { get; set; }
Property Value
PageFieldsOrder
PivotPageAreaFieldsOrderType PageFieldsOrder { get; set; }
Property Value
PreserveFormatting
bool PreserveFormatting { get; set; }
Property Value
PrintTitles
bool PrintTitles { get; set; }
Property Value
ReportLayout
PivotTableLayoutType ReportLayout { get; set; }
Property Value
RowHeaderCaption
string RowHeaderCaption { get; set; }
Property Value
RowLayout
PivotTableLayoutType RowLayout { get; set; }
Property Value
ShowAsteriskTotals
bool ShowAsteriskTotals { get; set; }
Property Value
ShowCustomSortList
bool ShowCustomSortList { get; set; }
Property Value
ShowDrillIndicators
bool ShowDrillIndicators { get; set; }
Property Value
ShowFieldList
bool ShowFieldList { get; set; }
Property Value
ShowGridDropZone
bool ShowGridDropZone { get; set; }
Property Value
ShowTooltips
bool ShowTooltips { get; set; }