147
ADOR, MDB (JET)

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
/*
	Includes the definition for CreateObject function like follows:

	#include <comdef.h>
	IUnknownPtr CreateObject( BSTR Object )
	{
		IUnknownPtr spResult;
		spResult.CreateInstance( Object );
		return spResult;
	};

*/
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'ADODB' for the library: 'Microsoft ActiveX Data Objects 6.1 Library'

	#import <msado15.dll> rename("EOF","REOF")
*/
ADODB::_RecordsetPtr rs = ::CreateObject(L"ADOR.Recordset");
	rs->Open("Data","Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\Program Files\\Exontrol\\ExPivot\\Sample\\Access\\sample.mdb",ADODB::adOpenStatic,ADODB::adLockOptimistic,0);
spPivot1->PutDataSource(((ADODB::_RecordsetPtr)(rs)));

146
ImageSize property on 32 (specifies the size of control' icons/images/check-boxes/radio-buttons)

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->PutImageSize(32);
spPivot1->PutDefaultItemHeight(36);
spPivot1->PutHeaderHeight(spPivot1->GetDefaultItemHeight());
spPivot1->GetFont()->PutSize(_variant_t(long(16)));
spPivot1->GetFilterBarFont()->PutSize(_variant_t(spPivot1->GetFont()->GetSize()));
spPivot1->GetToolTipFont()->PutSize(_variant_t(spPivot1->GetFont()->GetSize()));
spPivot1->PutIndent(26);
spPivot1->Images(_bstr_t("gBJJgBAIDAAEg4AEEKAD/hz/EMNh8TIRNGwAjEZAEXjAojKAjMLjABhkaABAk0plUrlktl0vmExmUzmk1m03nE5nU7nk9miAoE+oVDolFo1HpFJpU5h8Sf9OqFNqUOq") +
"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");
EXPIVOTLib::IAppearancePtr var_Appearance = spPivot1->GetVisualAppearance();
	var_Appearance->Add(1,_bstr_t("gBFLBCJwBAEHhEJAAEhABfICg6AADACAxRDgMQBQKAAzQFAYbhkGCGAAGMZxRgmFgAQhFcZQSKUOQTDKMIziaQAGgkNQwCSLIwjNIsBxPFKVQChEYxSjKA40SJNUgyj") +
"6CCY+QLIE5PfQgAL9I6eJABCCSQKkYx0HScRiwPBIbAZAYhCZqaKhWgkKI/WBQIABRDVLx5ESiLRtKy7Mq2bpvXBcNxXHalaztO68LxvKyqHb5fJ/PpgL4YHgmC4NQ7E" +
"MRwF6rfbyfZ7Xg/ORPTijZ4sdzMHTzJyscx3HqfaBoOaZU5eMLceTUMofHIndxCcasPbsOatVqjG5sYjcGC3La9cz3Pq/bpuDCbMxuaK1TrYXr1TTrcofBDldAxXRKDx" +
"RDWVhLnYOw9i6XxzjuXprCaOoKB6EwbiCZZCGOdZYlcT4xHmbhMnwNxtn+G5bmqdZ7n4Pw/i+X5zm+dQ9g4CAFjsfAJheOI8HsDoWDWTB/lwSAQkmA5PEgRYoDyDwYFY" +
"FoFmGCBmBqBphDgRJ0gOTIYBGRB/lyRh0iSCZbjYWJzgWDwIjYLoLmMCJGDKDJjBgWgqG6YhyhGHRzA2aJ1mCABOAiOJvhCZBJBYRoRmSCQmEqEQimkAZgg8TZnDCV4U" +
"kmCUmBKZYJGYWoWCUUhiFMNZckNUh2GENoaGaGZmgmJhqhqZpGGIEx2GYIxSGGGJdggWJth2Z4JmYeoemeSZ2H6H4hGmQhihyTRHGYLg7CiCgmgqIpokoNoOiOaJ4jqA" +
"ochqaZGgaCxpAoZoaiaaJqEmWIcGgShcnCJwqEqFoR3YOoFlgchflqNouiuawHmWSYqGkWZQhcatzmaOoumuSp2j6L5bBaKo0GQKRnGGCxqiyCwmkqMpsksNpOGUGI7A" +
"0ew1G0Rxlg0PptgsZuDG2Sx2l6N5tnYNZZjUDRXDCVo5l2FoymqOpukuNpujubwLjmWY5k0ZwxkaFxYlWdp6j6b5Lnafo/nABQdg2FxcUsY5BkmXAkmeQpckwNRrkKTh" +
"8CSHZBk4NwyC4KxxgMDwakOMZDn8GgwnGAo2C4cwthMcwmCcMoHBMHRehwTIghySYNksZwcH4HBMEsHx5hyPItiweYxnwSZEH4Mozn0fR+DMAo7EYJ50gkdZelKdNql2" +
"UgJn0GIukwH4HicQRai2GI4mSVpNl0dZGledgNgcYpYDWUx3FsOQi5YV5anaTY3G6W53A2RxylydxFjiaxEFCCgBBAQ==");
	var_Appearance->Add(2,_bstr_t("gBFLBCJwBAEHhEJAAEhABcoFg6AADACAxRDgMQBQKAAzQFAYbhkGCGAAGMZxRgmFgAQhFcZQSKUOQTDKMIziaQAGgkNQwCSLIwjNIsBxPFKVQChEYxSjKA40SJNUgyj") +
"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" +
"gRBCCQAgQEA==");
	var_Appearance->Add(3,_bstr_t("gBFLBCJwBAEHhEJAAEhABQ4Fg6AADACAxRDgMQBQKAAzQFAYbhkGCGAAGMZxRgmFgAQhFcZQSKUOQTDKMIziaQAGgkNQwCSLIwjNIsBxPFKVQChEYxSjKA40SJNUgyj") +
"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");
	var_Appearance->Add(4,_bstr_t("gBFLBCJwBAEHhEJAAEhABUYCg6AADACAxRDgMQBQKAAzQFAYbhkGCGAAGMZxRgmFgAQhFcZQSKUOQTDKMIziYBYfgkMIgSbJUgDGAkRRdDSOYDmGQYDiCIoRShOMIjH") +
"LUXxtDaIZwhEAoJb+RgAUY/cTzaAEUwHHiTKInaCQShsFYJUJAdRURQ9EwvCIZBpEWwLChENQwWLCNj2TScBwjCyqbale45ViqdoDU5EUiXJJ8ZxnECfYyrGjaMpCeKB" +
"UrGYTVRBIMxLLSia5oeJqMrnBpNVrIUgXCAGFwHK6BcauXIIDp6XoWWRbAAWDpVVzNNC3YzkCIceADHKiXxmVz4JLdGZ1QTGID2XaYaxWK4oZjsVSc4KDHbETbHFi9Fo" +
"3NaaxGisew+GYc4HlCR5NAAAIIEkQJSGMOgdE4RhYDwJJsAaAYQgmPpolCWgSCiBJzjcEIAkQXIBm8d5UhOQgCDUIBDDJDhgggJgKgKYJIDSVoDk8KBFF4OohEMZgWDs" +
"YYDj4GoGmGSB2B6B5iAiBgYDsYRjGSbIJo4RgqDuIpIAoLoLmMCJGDKDJjJiLA7xqUAAgGTwYnYPoPmQCQGEKEJkEkFg9gGY44BoRoSmSSQ2EKEggHgRhShSZRJFYVoV" +
"mWCRmFKFAgGOTheheZgJgYYoYmYSYWGaF4lkMMJ0hqZpJjYbobmcCZGHKHJmjmJh0h2Z4JmYcIaE8WZ2H6H5oAoBoCiCaBKBYfdjGoJoKiKaJKDaDojmkChGgmIgpCoV" +
"oWiWaJZiSd4mmmSh2h6J5qAqBoiiiaY5iSeIpmqComiqKpqkqNouiuah6hqMIsmsSpWiuGhP1kOoumuSp2j6L5sAsBo54gKwWkaMZsgsJpKjKbJLDaRYxYWRpSjSbIZi" +
"Se41m2CxmlqNptksdpejebR5iSfI4m4S4W16boLiaao6m5fJ9jubwLkaco8m8S5WnaPZunuOp4j6b5Lnac4SA0PAGlgP4wEwFwGkGcIMCcCpCnCCxiA8NYAAmMJfkSbh" +
"FCcFpFnGDBnBqRpUhuEwTDeZ5lHCfw6HIQxLCaAxygyJwqgGcATE4FA6hWY4tjEAAQBAgIA==");
spPivot1->PutBackColorHeader(0x4c6c6c6);
spPivot1->PutSelBackColor(0x4000000);
spPivot1->PutSelForeColor(RGB(0,0,1));
spPivot1->PutCheckImage(EXPIVOTLib::Unchecked,16777216);
spPivot1->PutCheckImage(EXPIVOTLib::Checked,33554432);
spPivot1->PutCheckImage(EXPIVOTLib::PartialChecked,50331648);
spPivot1->PutBackground(EXPIVOTLib::exSelBackColorFilter,spPivot1->GetSelBackColor());
spPivot1->PutBackground(EXPIVOTLib::exSelForeColorFilter,spPivot1->GetSelForeColor());
spPivot1->PutBackground(EXPIVOTLib::exBackColorFilter,spPivot1->GetBackColor());
spPivot1->PutBackground(EXPIVOTLib::exForeColorFilter,spPivot1->GetForeColor());
spPivot1->PutBackground(EXPIVOTLib::exCursorHoverColumn,-1);
spPivot1->PutBackground(EXPIVOTLib::exHeaderFilterBarButton,0x4000000);
spPivot1->PutBackground(EXPIVOTLib::exHeaderFilterBarActive,0x4010101);
spPivot1->PutBackground(EXPIVOTLib::exFooterFilterBarButton,0x40000ff);
spPivot1->PutHeaderAppearance(EXPIVOTLib::Etched);
spPivot1->PutGridLineStyle(EXPIVOTLib::exGridLinesGeometric);
spPivot1->Images(_bstr_t("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTq") +
"lVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m" +
"0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/y" +
"NAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA=");
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"12,0");
spPivot1->PutPivotColumns(L"sum(5)");
spPivot1->PutPivotTotals(L"/sum");
spPivot1->GetDataColumns()->GetItem(long(0))->PutFormatImage(L"value case (default: -1;'Germany': 1;'USA': 2;'Mexico': 3)");
spPivot1->EndUpdate();

145
ImageSize property on 16 (default) (specifies the size of control' icons/images/check-boxes/radio-buttons)

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->PutImageSize(16);
spPivot1->Images(_bstr_t("gBJJgBAIDAAEg4ACEKAD/hz/EMNh8TIRNGwAjEZAEXjAojJAjMLjABAAgjUYkUnlUrlktl0vmExmUzmk1m03nE5nU7nkrQCAntBoVDolFo1HoM/ADAplLptImdMYFOq") +
"dSqlXq1QrVbrlGpVWsFNrNdnNjsk7pQAtNroFnt0sh8Yr9iulTuNxs1Eu8OiT/vsnsNVutXlk/oGGtVKxGLxWNtsZtN8iUYuNvy0Zvd+xNYwdwvl4p870GCqc8vOeuVt" +
"tmp1knyOayWVy+WzN/ze1wOElenm+12WUz/Bv2/3UyyWrzeutux2GSyGP2dQ33C1ur3GD3M4zUNzHdlWjq/E3nGzVpjWv4HA7fRy/Tv2IrN8rPW6nZ3ve7mUlfu20Z8a" +
"cvQyb+vY9jasYoDwMm+LytVBDqKG3z8O3Cb8P+mkAuY9cCQ2uL4KaxDKvkp8RNLEjqugnrwQo/UWPzFyeQw5sNLZFENrI4kOqU66pw8uzmOKvTqNqjULJvGL1JO48GtT" +
"GsbLdEL3scxLlyiw8dQeoUVxdLTtyKmUjwGlslRPJsnK1HbAKbKCrsQo8uQk/CeP44iaR/ATnTNPLvyxPU+z9P9AUDQVBowiofJXQ6Oo+kKMpIkjztE4TKn4P6JowfgP" +
"nwD5/nAjB8AOeAPo0eAA1IAFH07UhAIMpYAVIYFHqBUhwVjV1S1EtQAHxW65V0AZwAeuQAnwB5gAPYViEDVhwAHTQBkCjB4gOhwDmCyhH0sACAg==");
EXPIVOTLib::IAppearancePtr var_Appearance = spPivot1->GetVisualAppearance();
	var_Appearance->Add(4,_bstr_t("gBFLBCJwBAEHhEJAAEhABUYCg6AADACAxRDgMQBQKAAzQFAYbhkGCGAAGMZxRgmFgAQhFcZQSKUOQTDKMIziYBYfgkMIgSbJUgDGAkRRdDSOYDmGQYDiCIoRShOMIjH") +
"LUXxtDaIZwhEAoJb+RgAUY/cTzaAEUwHHiTKInaCQShsFYJUJAdRURQ9EwvCIZBpEWwLChENQwWLCNj2TScBwjCyqbale45ViqdoDU5EUiXJJ8ZxnECfYyrGjaMpCeKB" +
"UrGYTVRBIMxLLSia5oeJqMrnBpNVrIUgXCAGFwHK6BcauXIIDp6XoWWRbAAWDpVVzNNC3YzkCIceADHKiXxmVz4JLdGZ1QTGID2XaYaxWK4oZjsVSc4KDHbETbHFi9Fo" +
"3NaaxGisew+GYc4HlCR5NAAAIIEkQJSGMOgdE4RhYDwJJsAaAYQgmPpolCWgSCiBJzjcEIAkQXIBm8d5UhOQgCDUIBDDJDhgggJgKgKYJIDSVoDk8KBFF4OohEMZgWDs" +
"YYDj4GoGmGSB2B6B5iAiBgYDsYRjGSbIJo4RgqDuIpIAoLoLmMCJGDKDJjJiLA7xqUAAgGTwYnYPoPmQCQGEKEJkEkFg9gGY44BoRoSmSSQ2EKEggHgRhShSZRJFYVoV" +
"mWCRmFKFAgGOTheheZgJgYYoYmYSYWGaF4lkMMJ0hqZpJjYbobmcCZGHKHJmjmJh0h2Z4JmYcIaE8WZ2H6H5oAoBoCiCaBKBYfdjGoJoKiKaJKDaDojmkChGgmIgpCoV" +
"oWiWaJZiSd4mmmSh2h6J5qAqBoiiiaY5iSeIpmqComiqKpqkqNouiuah6hqMIsmsSpWiuGhP1kOoumuSp2j6L5sAsBo54gKwWkaMZsgsJpKjKbJLDaRYxYWRpSjSbIZi" +
"Se41m2CxmlqNptksdpejebR5iSfI4m4S4W16boLiaao6m5fJ9jubwLkaco8m8S5WnaPZunuOp4j6b5Lnac4SA0PAGlgP4wEwFwGkGcIMCcCpCnCCxiA8NYAAmMJfkSbh" +
"FCcFpFnGDBnBqRpUhuEwTDeZ5lHCfw6HIQxLCaAxygyJwqgGcATE4FA6hWY4tjEAAQBAgIA==");
spPivot1->PutBackColorHeader(0x4c6c6c6);
spPivot1->PutSelBackColor(0x4000000);
spPivot1->PutSelForeColor(RGB(0,0,1));
spPivot1->PutBackground(EXPIVOTLib::exSelBackColorFilter,spPivot1->GetSelBackColor());
spPivot1->PutBackground(EXPIVOTLib::exSelForeColorFilter,spPivot1->GetSelForeColor());
spPivot1->PutBackground(EXPIVOTLib::exBackColorFilter,spPivot1->GetBackColor());
spPivot1->PutBackground(EXPIVOTLib::exForeColorFilter,spPivot1->GetForeColor());
spPivot1->PutBackground(EXPIVOTLib::exCursorHoverColumn,-1);
spPivot1->PutBackground(EXPIVOTLib::exHeaderFilterBarButton,0x4000000);
spPivot1->PutBackground(EXPIVOTLib::exHeaderFilterBarActive,0x4010101);
spPivot1->PutBackground(EXPIVOTLib::exFooterFilterBarButton,0x40000ff);
spPivot1->PutHeaderAppearance(EXPIVOTLib::Etched);
spPivot1->PutGridLineStyle(EXPIVOTLib::exGridLinesGeometric);
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"12,0");
spPivot1->PutPivotColumns(L"sum(5)");
spPivot1->PutPivotTotals(L"/sum");
spPivot1->GetDataColumns()->GetItem(long(0))->PutFormatImage(L"value case (default: -1;'Germany': 1;'USA': 2;'Mexico': 3)");
spPivot1->EndUpdate();

144
Is it possible to view all events the control fires
// Event event - Notifies the application once the control fires an event.
void OnEventPivot1(long   EventID)
{
	/*
		Copy and paste the following directives to your header file as
		it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'
		#import <ExPivot.dll>
		using namespace EXPIVOTLib;
	*/
	EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
	OutputDebugStringW( _bstr_t(spPivot1->GetEventParam(-2)) );
}

EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotBarVisible(EXPIVOTLib::PivotBarVisibleEnum(EXPIVOTLib::exPivotBarAllowFormatConditionalAppearance | EXPIVOTLib::exPivotBarAllowResizeColumns | EXPIVOTLib::exPivotBarAllowUndoRedo | EXPIVOTLib::exPivotBarAllowFormatContent | EXPIVOTLib::exPivotBarAllowFormatAppearance | EXPIVOTLib::exPivotBarAllowValues | EXPIVOTLib::exPivotBarShowTotals | EXPIVOTLib::exPivotBarAutoFit | EXPIVOTLib::exPivotBarSizable | EXPIVOTLib::exPivotBarVisible));
spPivot1->EndUpdate();

143
Does your control support images

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Images(_bstr_t("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTq") +
"lVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m" +
"0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/y" +
"NAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA=");
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->GetDataColumns()->GetItem(long(0))->PutFormatImage(L"value case (default: -1;'Germany': 1;'USA': 2;'Mexico': 3)");
spPivot1->EndUpdate();

142
Is it possible to rename the generated-columns

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->PutHeaderAppearance(EXPIVOTLib::Etched);
spPivot1->PutHeaderHeight(24);
spPivot1->Import("Item;1;2;3#A;10;20;30#A;20;40;50#A;20;30;20#B;10;10;10#B;20;50;30","str=`'` eor='#' eof=';' hdr=1");
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(1),sum(2),sum(3)");
spPivot1->PutFormatPivotHeader(_bstr_t("(iaggregate ? (proper(aggregate) + ` <off -4>` + (caption case (default:`None`; 1:`Sunday`; 2:`Monday`; 3:`Tuesday`; 4:`Wednesd") +
"ay`; 5:`Thursday`; 6:`Friday`; 7:`Saturday`))  + `</b>`) : caption)");
spPivot1->EndUpdate();

141
Is it possible to rename the columns

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->AppendData("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->GetDataColumns()->GetItem(long(0))->PutCaption(L"<b>Nation");
spPivot1->Refresh();
spPivot1->EndUpdate();

140
The pivot's rows and columns arer lost once I call the AppendData. Can I add/append data in the background so the layout of the pivot is not lost

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->AppendData("Def",vtMissing);
spPivot1->AppendData("A",vtMissing);
spPivot1->AppendData("A",vtMissing);
spPivot1->AppendData("A",vtMissing);
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"count(0)");
_bstr_t s = spPivot1->GetLayout();
spPivot1->AppendData("B",vtMissing);
spPivot1->AppendData("B",vtMissing);
spPivot1->PutLayout(L"s");
spPivot1->EndUpdate();

139
Is it possible to add data without clearing the previously data

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->AppendData("Column",vtMissing);
spPivot1->AppendData("1",vtMissing);
spPivot1->AppendData("2",vtMissing);
spPivot1->AppendData("3",vtMissing);
spPivot1->EndUpdate();

138
How can I change the visual appearance of the Total button

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
EXPIVOTLib::IAppearancePtr var_Appearance = spPivot1->GetVisualAppearance();
	var_Appearance->Add(2,_bstr_t("gBFLBCJwBAEHhEJAAEhABAoCg6AADACAxRDgMQBQKAAzQFAcDBvBgABoGEZIJhUAIIRZGMIjFDcEwxC6NIpjeIBSDUJYkSZEAyjBI8ExXFqMQCkGKocgONYgQLHcgxe") +
"A0XRYFoYRinWA5PoAMoyTYMdIAnTOM4eU6AATwTSccw0fisAAfeq4Wh+HwIQiUBomGahajkMqDYRVagyCI2a4ZDZCIoVJalLAxCw8KDqGJnMr1R5/MDgOBYogXBqHYhi" +
"OAsdhjSYdBK/WLeHI6Y1GS7MMxzLK8cxVaqfMpoMI4FjuS5NU7TMC0PAXdy3LqvbBsOxbHqma5nVSBcC2ba9cz3PK4ABuW7bM6TRKNYbkOA4LiNQaxVSrNKmIwPI5DJ5" +
"Ml2co1h0d5vBWDJQEkCI7mIJpykyTZblqdhYDyR5TlmX5RBgeI+D4BxLDkO5nlieh5g2FQ5DOZAiDkDASAmYh7l0RxZncPxfhadZkBmH5jvKLhamMcItBYXgoC4B4CBg" +
"FoskEP4hkgdgegcD4zlycA1goAJ5mIc4KjgfJ+D0ToTFGbx4h8Qh2CqDJjEeJg0gyT4DkCYg5kyAhCDeBxjkIQgDHSIgTkIP4NGGFplgGEZkkifhFgSIRHgCXwtAYeQ2" +
"B+DYlGkZgqgsIpnEoJxzmWGRiFqGJhmkBhDAwJBZDIYoZCYSQ+BOFAmBkJZBhKZpJlYHIXCYR4lFuHpnkmdh+h+aAKAaAogF6FhWgOIZogoJh/GuHoTl6DojmkChGhKJ" +
"JpEoVoWiUHAGDCTg6CmSheh6J5qAoTJriiWQUCSb4ploEwpgq4BKjWBomhmc4pAkOpRAQJQBICA==");
	var_Appearance->Add(1,"CP:2 -10 -6 8 8");
spPivot1->PutBackground(EXPIVOTLib::exPivotBarTotal,0x1000000);
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->EndUpdate();

137
Is it possible to highlight the column's header once a filter is applied

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
EXPIVOTLib::IAppearancePtr var_Appearance = spPivot1->GetVisualAppearance();
	var_Appearance->Add(2,_bstr_t("gBFLBCJwBAEHhEJAAEhABX8GACAADACAxSDEMQBQKAAzQFAYbhgHCGAAGQaBUgmFgAQhFcZQSKUOQTDKNYykCIRSDUJYkSZEIyjBI8ExXFqNACkGKwYgmNYiTLAcgAN") +
"J0WBaGIZJ4gOT5fDKMoEDRRYADFCscwxJybQAqGQKKb+VgAVY/cTyBIAEQSKA0TDOQ5TSKWB4JPZQRBEbZMNBtBIUJquKaqShdQJCU5FdY3Xblez9P7AMBwLFEC4NQ8Y" +
"NYuPhjR4dRTIMhvVAsUArFh8Zg9GZZFjmDIDT4ydBLTQwcyVIKnP5qOa6XbmPoCQDYKxZHYxPzVDa3axuL76dqCAT7XrXNy1TbNRrzQKfcJqfCbdw2YaDZLOOT3fjuI4" +
"hhKaRzFAHJ+jYQ4xHuY4gHuGIXGeExqC8Tp6C+PoEm+G5ImycRgh0XwvDGa5rgOeoejyXwnFeQp2mkf5ClgBB9gCWIYAwfYAEKV58mkdwOggNArgOXY2EWLoDkKOA0mg" +
"bhOGgZApgaSBIHWSYHSmbApgYThmESZYJkIeIkgeCpfliLIHgpMIcmUYYYmODAlg2SI4mWfRfGOEguDcCRjFYAJihCQhJBSDoRmONgKEcI4kFCEJhhOVYTmYnAlEAQhW" +
"BMJYJGYWoWmWSR2F6F5lnkWAQhUAgpEieRWEuSYkjWGpmkmNhuhuZwJkYcocmaaYkjyEhngnUA6lEFAlAEgI=");
	var_Appearance->Add(1,"CP:2 -8 -4 2 4");
spPivot1->PutHeaderHeight(28);
spPivot1->PutBackground(EXPIVOTLib::exHeaderFilterBarButton,0x1fefefe);
spPivot1->PutBackground(EXPIVOTLib::exHeaderFilterBarActive,0x1010101);
spPivot1->PutBackground(EXPIVOTLib::exCursorHoverColumn,-1);
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'stdole' for the library: 'OLE Automation'

	#import <stdole2.tlb>
*/
spPivot1->PutFilterBarFont(IFontDispPtr(((stdole::FontPtr)(spPivot1->GetFont()))));
spPivot1->PutDescription(EXPIVOTLib::exFilterBarAnd,_bstr_t(spPivot1->FormatABC(L"`<fgcolor=808080> ` + value + ` </fgcolor>`",spPivot1->GetDescription(EXPIVOTLib::exFilterBarAnd),vtMissing,vtMissing)));
spPivot1->PutFilterBarCaption(_bstr_t("(( ( value replace `[<b>` with `<bgcolor=000000><fgcolor=FFFFFF><b> ` replace `</b>]` with ` </b></bgcolor></fgcolor>` replace ") +
"`[<s>` with `<bgcolor=C0C0C0><fgcolor=FFFFFF> ` replace `</s>]` with ` </fgcolor></bgcolor>` )  + `<r><fgcolor=808080>` + ( matc" +
"hitemcount < 0 ? ( ( len(value) ? `` : `` ) + `<r>` + abs(matchitemcount + 1) + ` result(s)` ) : (`<r><fgcolor=808080>`+ itemcou" +
"nt + ` item(s)`) )))");
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::FilterBarVisibleEnum(EXPIVOTLib::exFilterBarCompact | EXPIVOTLib::exFilterBarShowCloseIfRequired | EXPIVOTLib::exFilterBarSingleLine | EXPIVOTLib::exFilterBarCaptionVisible | EXPIVOTLib::exFilterBarVisible | EXPIVOTLib::exFilterBarPromptVisible));
spPivot1->EndUpdate();

136
How can I change the format the column displays (for instance, displaying no 0:00:00)

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->GetFormatContents()->Add(L"notime",L"value replace `0:00:00` with ``",vtMissing);
spPivot1->PutPivotRows(L"9[content=notime]");
spPivot1->EndUpdate();

135
Is it possible to show the filterbar on top of the rows

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::FilterBarVisibleEnum(EXPIVOTLib::exFilterBarTop | EXPIVOTLib::exFilterBarShowCloseIfRequired | EXPIVOTLib::exFilterBarPromptVisible));
spPivot1->EndUpdate();

134
How can I uses the control in window-less mode (with no user interface, option 3)

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
/*
	Includes the definition for CreateObject function like follows:

	#include <comdef.h>
	IUnknownPtr CreateObject( BSTR Object )
	{
		IUnknownPtr spResult;
		spResult.CreateInstance( Object );
		return spResult;
	};

*/
EXPIVOTLib::IPivotPtr var_Pivot = ::CreateObject(L"Exontrol.Pivot");
	var_Pivot->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
	var_Pivot->PutPivotRows(L"0");
	var_Pivot->PutPivotColumns(L"avg(5)");
	OutputDebugStringW( _bstr_t(var_Pivot->Export(vtMissing,vtMissing)) );

133
How can I uses the control in window-less mode (with no user interface, option 2)

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
/*
	Includes the definition for CreateObject function like follows:

	#include <comdef.h>
	IUnknownPtr CreateObject( BSTR Object )
	{
		IUnknownPtr spResult;
		spResult.CreateInstance( Object );
		return spResult;
	};

*/
EXPIVOTLib::IPivotPtr var_Pivot = ::CreateObject(L"Exontrol.Pivot");
	/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'ADODB' for the library: 'Microsoft ActiveX Data Objects 6.1 Library'

	#import <msado15.dll> rename("EOF","REOF")
*/
	ADODB::_RecordsetPtr rs = ::CreateObject(L"ADOR.Recordset");
		rs->Open("Data","Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\\Program Files\\Exontrol\\ExPivot\\Sample\\Access\\sample.accdb",ADODB::adOpenStatic,ADODB::adLockOptimistic,0);
	var_Pivot->PutDataSource(((ADODB::_RecordsetPtr)(rs)));
	var_Pivot->PutPivotRows(L"0");
	var_Pivot->PutPivotColumns(L"max(5)");
	OutputDebugStringW( _bstr_t(var_Pivot->Export(vtMissing,vtMissing)) );

132
How can I uses the control in window-less mode (with no user interface, option 1)

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
/*
	Includes the definition for CreateObject function like follows:

	#include <comdef.h>
	IUnknownPtr CreateObject( BSTR Object )
	{
		IUnknownPtr spResult;
		spResult.CreateInstance( Object );
		return spResult;
	};

*/
EXPIVOTLib::IPivotPtr var_Pivot = ::CreateObject(L"Exontrol.Pivot");
	var_Pivot->LoadXML("http://www.exontrol.net/testing.xml");
	var_Pivot->PutPivotRows(L"1");
	var_Pivot->PutPivotColumns(L"max(6)");
	OutputDebugStringW( _bstr_t(var_Pivot->Export(vtMissing,vtMissing)) );

131
How can I connect to a DBF file

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
/*
	Includes the definition for CreateObject function like follows:

	#include <comdef.h>
	IUnknownPtr CreateObject( BSTR Object )
	{
		IUnknownPtr spResult;
		spResult.CreateInstance( Object );
		return spResult;
	};

*/
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'ADODB' for the library: 'Microsoft ActiveX Data Objects 6.1 Library'

	#import <msado15.dll> rename("EOF","REOF")
*/
ADODB::_RecordsetPtr rs = ::CreateObject(L"ADODB.Recordset");
	rs->Open("Select * From foxcode.DBF","Provider=vfpoledb;Data Source=C:\\Program Files\\Microsoft Visual FoxPro 9\\",ADODB::adOpenStatic,ADODB::adLockOptimistic,0);
spPivot1->PutDataSource(((ADODB::_RecordsetPtr)(rs)));
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"count(0)[content=numeric],avg(7)[negative,content=numeric]");
spPivot1->EndUpdate();

130
Export Data in HTML format

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutDescription(EXPIVOTLib::exFilterBarAnd,_bstr_t(spPivot1->FormatABC(L"`<fgcolor=808080> ` + value + ` </fgcolor>`",spPivot1->GetDescription(EXPIVOTLib::exFilterBarAnd),vtMissing,vtMissing)));
spPivot1->PutFilterBarCaption(_bstr_t("(( ( value replace `[<b>` with `<bgcolor=000000><fgcolor=FFFFFF><b> ` replace `</b>]` with ` </b></bgcolor></fgcolor>` replace ") +
"`[<s>` with `<bgcolor=C0C0C0><fgcolor=FFFFFF> ` replace `</s>]` with ` </fgcolor></bgcolor>` )  + `<r><fgcolor=808080>` + ( matc" +
"hitemcount < 0 ? ( ( len(value) ? `` : `` ) + `<r>` + abs(matchitemcount + 1) + ` result(s)` ) : (`<r><fgcolor=808080>`+ itemcou" +
"nt + ` item(s)`) )))");
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::FilterBarVisibleEnum(EXPIVOTLib::exFilterBarCompact | EXPIVOTLib::exFilterBarShowCloseIfRequired | EXPIVOTLib::exFilterBarSingleLine | EXPIVOTLib::exFilterBarCaptionVisible | EXPIVOTLib::exFilterBarVisible | EXPIVOTLib::exFilterBarPromptVisible));
EXPIVOTLib::IFormatConditionalAppearancesPtr var_FormatConditionalAppearances = spPivot1->GetFormatConditionalAppearances();
	var_FormatConditionalAppearances->Add(L"G1000","> 1000","value > 1000")->PutForeColor(RGB(0,0,255));
	var_FormatConditionalAppearances->Add(L"L1000","< 1000","value < 1000")->PutForeColor(RGB(255,0,0));
	var_FormatConditionalAppearances->Add(L"Zero","zero","value = 0")->PutBackColor(RGB(224,224,224));
EXPIVOTLib::IFormatAppearancesPtr var_FormatAppearances = spPivot1->GetFormatAppearances();
	var_FormatAppearances->Add(L"grayed",vtMissing)->PutForeColor(RGB(128,128,128));
	var_FormatAppearances->Add(L"red",vtMissing)->PutForeColor(RGB(255,0,0));
	var_FormatAppearances->Add(L"green",vtMissing)->PutForeColor(RGB(0,255,0));
	var_FormatAppearances->Add(L"blue",vtMissing)->PutForeColor(RGB(0,0,255));
	var_FormatAppearances->Add(L"bgrayed",vtMissing)->PutBackColor(RGB(128,128,128));
	var_FormatAppearances->Add(L"bred",vtMissing)->PutBackColor(RGB(255,0,0));
	var_FormatAppearances->Add(L"bgreen",vtMissing)->PutBackColor(RGB(0,255,0));
	var_FormatAppearances->Add(L"bblue",vtMissing)->PutBackColor(RGB(0,0,255));
spPivot1->PutPivotRows(L"0[bold],2[grayed]");
spPivot1->PutPivotColumns(L"sum(5)[L1000],sum(5)[G1000]/12:A");
spPivot1->PutPivotTotals(L"sum[bold,content=currency,bgrayed]");
spPivot1->PutAutoDrag(EXPIVOTLib::exAutoDragScroll);
spPivot1->PutBackColorAlternate(RGB(240,240,240));
spPivot1->PutFilterBarPromptType(EXPIVOTLib::exFilterPromptContainsAny);
spPivot1->PutFilterBarPromptPattern(L"France Germany");
spPivot1->EndUpdate();
OutputDebugStringW( _bstr_t(spPivot1->Export("htm",vtMissing)) );

129
Export Data in HTML format (IE)

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutDescription(EXPIVOTLib::exFilterBarAnd,_bstr_t(spPivot1->FormatABC(L"`<fgcolor=808080> ` + value + ` </fgcolor>`",spPivot1->GetDescription(EXPIVOTLib::exFilterBarAnd),vtMissing,vtMissing)));
spPivot1->PutFilterBarCaption(_bstr_t("(( ( value replace `[<b>` with `<bgcolor=000000><fgcolor=FFFFFF><b> ` replace `</b>]` with ` </b></bgcolor></fgcolor>` replace ") +
"`[<s>` with `<bgcolor=C0C0C0><fgcolor=FFFFFF> ` replace `</s>]` with ` </fgcolor></bgcolor>` )  + `<r><fgcolor=808080>` + ( matc" +
"hitemcount < 0 ? ( ( len(value) ? `` : `` ) + `<r>` + abs(matchitemcount + 1) + ` result(s)` ) : (`<r><fgcolor=808080>`+ itemcou" +
"nt + ` item(s)`) )))");
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::FilterBarVisibleEnum(EXPIVOTLib::exFilterBarCompact | EXPIVOTLib::exFilterBarShowCloseIfRequired | EXPIVOTLib::exFilterBarSingleLine | EXPIVOTLib::exFilterBarCaptionVisible | EXPIVOTLib::exFilterBarVisible | EXPIVOTLib::exFilterBarPromptVisible));
EXPIVOTLib::IFormatConditionalAppearancesPtr var_FormatConditionalAppearances = spPivot1->GetFormatConditionalAppearances();
	var_FormatConditionalAppearances->Add(L"G1000","> 1000","value > 1000")->PutForeColor(RGB(0,0,255));
	var_FormatConditionalAppearances->Add(L"L1000","< 1000","value < 1000")->PutForeColor(RGB(255,0,0));
	var_FormatConditionalAppearances->Add(L"Zero","zero","value = 0")->PutBackColor(RGB(224,224,224));
EXPIVOTLib::IFormatAppearancesPtr var_FormatAppearances = spPivot1->GetFormatAppearances();
	var_FormatAppearances->Add(L"grayed",vtMissing)->PutForeColor(RGB(128,128,128));
	var_FormatAppearances->Add(L"red",vtMissing)->PutForeColor(RGB(255,0,0));
	var_FormatAppearances->Add(L"green",vtMissing)->PutForeColor(RGB(0,255,0));
	var_FormatAppearances->Add(L"blue",vtMissing)->PutForeColor(RGB(0,0,255));
	var_FormatAppearances->Add(L"bgrayed",vtMissing)->PutBackColor(RGB(128,128,128));
	var_FormatAppearances->Add(L"bred",vtMissing)->PutBackColor(RGB(255,0,0));
	var_FormatAppearances->Add(L"bgreen",vtMissing)->PutBackColor(RGB(0,255,0));
	var_FormatAppearances->Add(L"bblue",vtMissing)->PutBackColor(RGB(0,0,255));
spPivot1->PutShowBranchRows(EXPIVOTLib::ShowBranchRowsEnum(EXPIVOTLib::exBranchIncludeAggregate | EXPIVOTLib::exBranchTree));
spPivot1->PutPivotRows(L"0[bold],2[grayed]");
spPivot1->PutPivotColumns(L"sum(5)[L1000],sum(5)[G1000]/12:A");
spPivot1->PutPivotTotals(L"/sum[bold,content=currency,bgrayed]");
spPivot1->PutAutoDrag(EXPIVOTLib::exAutoDragScroll);
spPivot1->PutBackColorAlternate(RGB(240,240,240));
spPivot1->PutFilterBarPromptType(EXPIVOTLib::exFilterPromptContainsAny);
spPivot1->PutFilterBarPromptPattern(L"France Germany");
spPivot1->EndUpdate();
_bstr_t sFile = "c:/temp/export.htm";
spPivot1->Export(sFile,"vis");
/*
	Includes the definition for CreateObject function like follows:

	#include <comdef.h>
	IUnknownPtr CreateObject( BSTR Object )
	{
		IUnknownPtr spResult;
		spResult.CreateInstance( Object );
		return spResult;
	};

*/
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'SHDocVw' for the library: 'Microsoft Internet Controls'

	#import <ieframe.dll>
*/
SHDocVw::IWebBrowser2Ptr var_ShellBrowserWindow = ::CreateObject(L"InternetExplorer.Application");

128
Export Data in CSV format

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(5),sum(5)/12:A");
spPivot1->PutPivotTotals(L"sum[bold,content=currency]");
spPivot1->PutAutoDrag(EXPIVOTLib::exAutoDragScroll);
spPivot1->PutBackColorAlternate(RGB(240,240,240));
spPivot1->EndUpdate();
OutputDebugStringW( _bstr_t(spPivot1->Export(vtMissing,vtMissing)) );

127
Is it possible to change the visual appearance of the update / reload button being displayed in the control's pivot bar

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
EXPIVOTLib::IAppearancePtr var_Appearance = spPivot1->GetVisualAppearance();
	var_Appearance->Add(1,_bstr_t("gBFLBCJwBAEHhEJAAEhABMsGACAADACAxRDgMQBQKAAzAJBIYhiG4cYCgMYxXDOCYXABCEYRXBIZQ7BKNIxjSJwCgkBYJDSMAiiaLETwHFKVRwkWBBWjMAAxDZFcggA") +
"77fwxHaOAghGgobjaPY+UbGERAAKQahLJamablCSqLjCS4kSLHEbQHTcRSzLKQZBBCCSQKkYx0HScRiwPBIbQkIQmbajOaYDCiQ53QLCAYRXS9PwvI7AMBwLA8EwXBo9" +
"DZiIy4WyuGj3R4WchAbIwIxUK6XHhmLjZXg+Bz9T6LQZ0JStEx2SYjAJqOiKU62W9xbAUOxQTpIBJXW7Oc7GTa8dQfPoJaIDLicHgoZ6NLIcOR0abSO42CRrdByfRYMw" +
"visCQKnYOh9i4LwbBINpBHeBxeC6X4TAIEpzkIWgei8L4Qk2boEhWPg9C4SJijIOZ7mEXA/iAX5yBKDx/lmVhEC0Z5ZlKHgGAAYIHkGcQxiCQ5eA4PghAKNgSG0VYXEi" +
"JYFl+QAtiCBpdjcDJkB0IgAiYIgBmIQAWCYCoigYZB4DQYpAjoLh3h6SJFgcOpXlAAQBICA==");
spPivot1->PutBackground(EXPIVOTLib::exPivotBarReload,0x1000000);
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotBarVisible(EXPIVOTLib::PivotBarVisibleEnum(EXPIVOTLib::exPivotBarAllowFormatConditionalAppearance | EXPIVOTLib::exPivotBarAllowResizeColumns | EXPIVOTLib::exPivotBarAllowUndoRedo | EXPIVOTLib::exPivotBarAllowFormatContent | EXPIVOTLib::exPivotBarAllowFormatAppearance | EXPIVOTLib::exPivotBarAllowValues | EXPIVOTLib::exPivotBarShowTotals | EXPIVOTLib::exPivotBarAutoFit | EXPIVOTLib::exPivotBarSizable | EXPIVOTLib::exPivotBarVisible));
spPivot1->EndUpdate();

126
Is it possible to change the visual appearance of the plus/add new button being displayed in the control's pivot bar

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
EXPIVOTLib::IAppearancePtr var_Appearance = spPivot1->GetVisualAppearance();
	var_Appearance->Add(1,_bstr_t("gBFLBCJwBAEHhEJAAEhABDwCg6AADACAxRDgMQBQKAAzAJBIYhiG4cYCgMYxXDOCYXABCEYRXBIZQ7BKNIxjSJ5BhIAAyDSJMjSRJUEhqGCWYDleYYYAKHIMQLJQKQS") +
"BcQR9EaBZBAWTpQC0OJDTJRI4TNAgbSYAAYRqoCb6loTKypaxjCQQIgkUBpGKdBynEYsDwSGyJCCJWyIbpKAwoVbcs4AYhuJpaQi+d5PFbjVT8dLAMBwLA8EwXAJ+Opf" +
"DxXU7eFKpR5fchXTI8UxXFqXZhkeQrfh7KYVRBKdBQRBEFQPJqnahqOpaXo2RoLUJKcQwHTmHYNQTALyuTALZrWeZ3XrgN74LbtZzVQauYRpbCMEr6bpoWLnFi6Ho1U4" +
"llWah1jqSweFqfxPgQQRphi+Yak0YIuqUfJegef4zluaJ3nqPJeCYH4BAeX5TDLBpVGqKRRnwf4flefZtHsX54BYAR/F+EwVnUd5eAMMJKDIChygyIQpAoEh4iIJ5Jlg" +
"XIcgCXpIGoFwnGEQh6BEKBgmMIICHgIJCAiUAzgyUoAhwJohkiRgygwYpiGoKwzGIcgKCkNQNCMRIbCYCRYk4QoMiOchWDwNBjhiJJaDYTRiGiFwlCQAhOE8JBJHITIR" +
"gwZRZFCFCZBkOIUhKTRpCWAwgGYQ4El4NxlBifIWCcCYCFoaoMGaKYyG6GxlBmGJdhkCAWBIeA5g4U4QhMJAImkPIShRVxGgQJRlCIUISh+SJpnCZIeBgFgiHgO4OlOM" +
"INCISByECDQikkGhuh2JwpmqBogCKaYiC6FwhmkQ4yHgYgYiaHopiuaRakCbIsisSpGjYOwaHYKYMCkK5CA2IxrCwCwFigaJrkLTI6lcdANAEgIA=");
spPivot1->PutBackground(EXPIVOTLib::exPivotBarAddNew,0x1000000);
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->EndUpdate();

125
Is it possible to change the visual appearance of the position signs when user changes the column's position by drag and drop

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->PutHeaderAppearance(EXPIVOTLib::Etched);
EXPIVOTLib::IAppearancePtr var_Appearance = spPivot1->GetVisualAppearance();
	var_Appearance->Add(1,_bstr_t("gBFLBCJwBAEHhEJAAEhABZEGACAADACAxRDgMQBQKAAzAJBIYhiG4cYCgMYxXDOCYXABCEYRXBIZQ7BKNIxjSJwFgmEgADKMA4SOKIZhrE4bBhGaQRUgyI43RhHUBzV") +
"IUcQvE6TZRHCQYHgkNIhDJIM7TPLkeSVJaTIRoKhJUogApQThTMgVRDEThkGoSa6soSoYTDBKybLrSLKagOT5YUDKUqSdKEZRpEq1YztWbaQoCUoqVRRVIWfbNd4JJa4" +
"aDhWpYdpeeY5R7bWLgBYVVABL7LLRsSxpHxPF6RXxaeI3GKsaS8G6ic6nPQMHj7I4NS5pUa6Rh2VYNSa8AAtETRYznOw4bTMXAjNIea5bAYIIR5HIoDzVbQcCQAHL9DB" +
"eEMIQEEISgGhMGZQmocgymoYRRCIEQ0G2HYBnEIBig4V4zCQGINnmagCECY43medZ6H2Pw/g+X5fnueh/h+R5+AKABfkMWgGgGYA4AICoCGCE5WA4CphACMgSD2IRIDI" +
"BICmEd5YGCBpRjGBgegWIYIgWdgoGIRQsiKCZiAiJZ0gGQI4jUS4LECOAiBmDJflGfg2BSY4Al4OhGkOCJ2DgFJjGGfgqgiH5Ch4RhGkqOQmEOEpkFkHQYhJRYyESAok" +
"GKHhIhKIxJEmf4VGUeRGFmF5iBkchPhYJQ5GoYIZg6Ug6GoFYmkmNhuhulRGHKGoImefh0BUZ4JmYeoemeSZ2H6HQmgoBgXDqXwUAQgI=");
	var_Appearance->Add(2,"CP:1 0 -36 0 0");
spPivot1->PutBackground(EXPIVOTLib::exColumnsPositionSign,0x2000000);
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->EndUpdate();

124
FilterBarCaption ALL Keyword ( sample 2, result )

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'stdole' for the library: 'OLE Automation'

	#import <stdole2.tlb>
*/
spPivot1->PutFilterBarFont(IFontDispPtr(((stdole::FontPtr)(spPivot1->GetFont()))));
spPivot1->PutDescription(EXPIVOTLib::exFilterBarAnd,_bstr_t(spPivot1->FormatABC(L"`<fgcolor=808080> ` + value + ` </fgcolor>`",spPivot1->GetDescription(EXPIVOTLib::exFilterBarAnd),vtMissing,vtMissing)));
spPivot1->PutFilterBarCaption(_bstr_t("(( ( value replace `[<b>` with `<bgcolor=000000><fgcolor=FFFFFF><b> ` replace `</b>]` with ` </b></bgcolor></fgcolor>` replace ") +
"`[<s>` with `<bgcolor=C0C0C0><fgcolor=FFFFFF> ` replace `</s>]` with ` </fgcolor></bgcolor>` )  + `<r><fgcolor=808080>` + ( matc" +
"hitemcount < 0 ? ( ( len(value) ? `` : `` ) + `<r>` + abs(matchitemcount + 1) + ` result(s)` ) : (`<r><fgcolor=808080>`+ itemcou" +
"nt + ` item(s)`) )))");
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::FilterBarVisibleEnum(EXPIVOTLib::exFilterBarCompact | EXPIVOTLib::exFilterBarShowCloseIfRequired | EXPIVOTLib::exFilterBarSingleLine | EXPIVOTLib::exFilterBarCaptionVisible | EXPIVOTLib::exFilterBarVisible | EXPIVOTLib::exFilterBarPromptVisible));
spPivot1->EndUpdate();

123
FilterBarCaption ALL Keyword ( sample 1 )

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'stdole' for the library: 'OLE Automation'

	#import <stdole2.tlb>
*/
spPivot1->PutFilterBarFont(IFontDispPtr(((stdole::FontPtr)(spPivot1->GetFont()))));
spPivot1->PutDescription(EXPIVOTLib::exFilterBarAnd,_bstr_t(spPivot1->FormatABC(L"`<fgcolor=808080> ` + value + ` </fgcolor>`",spPivot1->GetDescription(EXPIVOTLib::exFilterBarAnd),vtMissing,vtMissing)));
spPivot1->PutFilterBarCaption(L"all");
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::FilterBarVisibleEnum(EXPIVOTLib::exFilterBarVisible | EXPIVOTLib::exFilterBarPromptVisible));
spPivot1->EndUpdate();

122
FilterBarCaption ALLUI Keyword ( sample 2, result )

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'stdole' for the library: 'OLE Automation'

	#import <stdole2.tlb>
*/
spPivot1->PutFilterBarFont(IFontDispPtr(((stdole::FontPtr)(spPivot1->GetFont()))));
spPivot1->PutDescription(EXPIVOTLib::exFilterBarAnd,_bstr_t(spPivot1->FormatABC(L"`<fgcolor=808080> ` + value + ` </fgcolor>`",spPivot1->GetDescription(EXPIVOTLib::exFilterBarAnd),vtMissing,vtMissing)));
spPivot1->PutFilterBarCaption(_bstr_t("(( ( allui replace `[<b>` with `<bgcolor=000000><fgcolor=FFFFFF><b> ` replace `</b>]` with ` </b></bgcolor></fgcolor>` replace ") +
"`[<s>` with `<bgcolor=C0C0C0><fgcolor=FFFFFF> ` replace `</s>]` with ` </fgcolor></bgcolor>` )  + `<r><fgcolor=808080>` + ( matc" +
"hitemcount < 0 ? ( ( len(value) ? `` : `` ) + `<r>` + abs(matchitemcount + 1) + ` result(s)` ) : (`<r><fgcolor=808080>`+ itemcou" +
"nt + ` item(s)`) )))");
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::FilterBarVisibleEnum(EXPIVOTLib::exFilterBarVisible | EXPIVOTLib::exFilterBarPromptVisible));
spPivot1->EndUpdate();

121
FilterBarCaption ALLUI Keyword ( sample 1 )

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'stdole' for the library: 'OLE Automation'

	#import <stdole2.tlb>
*/
spPivot1->PutFilterBarFont(IFontDispPtr(((stdole::FontPtr)(spPivot1->GetFont()))));
spPivot1->PutDescription(EXPIVOTLib::exFilterBarAnd,_bstr_t(spPivot1->FormatABC(L"`<fgcolor=808080> ` + value + ` </fgcolor>`",spPivot1->GetDescription(EXPIVOTLib::exFilterBarAnd),vtMissing,vtMissing)));
spPivot1->PutFilterBarCaption(L"allui");
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::FilterBarVisibleEnum(EXPIVOTLib::exFilterBarVisible | EXPIVOTLib::exFilterBarPromptVisible));
spPivot1->EndUpdate();

120
FilterBarCaption AVAILABLE Keyword ( sample 2, result )

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'stdole' for the library: 'OLE Automation'

	#import <stdole2.tlb>
*/
spPivot1->PutFilterBarFont(IFontDispPtr(((stdole::FontPtr)(spPivot1->GetFont()))));
spPivot1->PutDescription(EXPIVOTLib::exFilterBarAnd,_bstr_t(spPivot1->FormatABC(L"`<fgcolor=808080> ` + value + ` </fgcolor>`",spPivot1->GetDescription(EXPIVOTLib::exFilterBarAnd),vtMissing,vtMissing)));
spPivot1->PutFilterBarCaption(_bstr_t("(( ( value replace `[` with `<bgcolor=000000><fgcolor=FFFFFF><b> ` replace `]` with ` </b></bgcolor></fgcolor>` ) + ` ` + ( ava") +
"ilable replace `[` with `<bgcolor=C0C0C0><fgcolor=FFFFFF><b> ` replace `]` with ` </b></bgcolor></fgcolor>` replace `<s>` with `" +
"` replace `</s>` with `` ) + `<fgcolor=808080>` + ( matchitemcount < 0 ? ( ( len(value) ? `` : `` ) + `<r>` + abs(matchitemcount" +
" + 1) + ` result(s)` ) : (`<r><fgcolor=808080>`+ itemcount + ` item(s)`) )))");
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::FilterBarVisibleEnum(EXPIVOTLib::exFilterBarVisible | EXPIVOTLib::exFilterBarPromptVisible));
spPivot1->EndUpdate();

119
FilterBarCaption AVAILABLE Keyword ( sample 1 )

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'stdole' for the library: 'OLE Automation'

	#import <stdole2.tlb>
*/
spPivot1->PutFilterBarFont(IFontDispPtr(((stdole::FontPtr)(spPivot1->GetFont()))));
spPivot1->PutDescription(EXPIVOTLib::exFilterBarAnd,_bstr_t(spPivot1->FormatABC(L"`<fgcolor=808080> ` + value + ` </fgcolor>`",spPivot1->GetDescription(EXPIVOTLib::exFilterBarAnd),vtMissing,vtMissing)));
spPivot1->PutFilterBarCaption(L"value + ` ` + available");
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::FilterBarVisibleEnum(EXPIVOTLib::exFilterBarVisible | EXPIVOTLib::exFilterBarPromptVisible));
spPivot1->EndUpdate();

118
Is it possible to somehow highlight the column's name different than its filter value in the control's filter bar ( sample 3, results )

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'stdole' for the library: 'OLE Automation'

	#import <stdole2.tlb>
*/
spPivot1->PutFilterBarFont(IFontDispPtr(((stdole::FontPtr)(spPivot1->GetFont()))));
spPivot1->PutDescription(EXPIVOTLib::exFilterBarAnd,_bstr_t(spPivot1->FormatABC(L"`<fgcolor=808080>` + value + `</fgcolor>`",spPivot1->GetDescription(EXPIVOTLib::exFilterBarAnd),vtMissing,vtMissing)));
spPivot1->PutFilterBarCaption(_bstr_t("(`<b>` + value + `</b><fgcolor=808080>` + ( matchitemcount < 0 ? ( ( len(value) ? `` : `` ) + `<r>` + abs(matchitemcount + 1) +") +
" ` result(s)` ) : (`<fgcolor=808080>`+ itemcount + ` item(s)`) )) replace `[` with `<bgcolor=000000><fgcolor=FFFFFF><b> ` replac" +
"e `]` with ` </b></bgcolor></fgcolor>`");
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::exFilterBarToggle);
spPivot1->EndUpdate();

117
Is it possible to somehow highlight the column's name different than its filter value in the control's filter bar ( sample 2 )

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'stdole' for the library: 'OLE Automation'

	#import <stdole2.tlb>
*/
spPivot1->PutFilterBarFont(IFontDispPtr(((stdole::FontPtr)(spPivot1->GetFont()))));
spPivot1->PutDescription(EXPIVOTLib::exFilterBarAnd,_bstr_t(spPivot1->FormatABC(L"`<fgcolor=808080>` + value + `</fgcolor>`",spPivot1->GetDescription(EXPIVOTLib::exFilterBarAnd),vtMissing,vtMissing)));
spPivot1->PutFilterBarCaption(L"value replace `[` with `<bgcolor=000000><fgcolor=FFFFFF><b> ` replace `]` with ` </b></bgcolor></fgcolor>`");
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::exFilterBarToggle);
spPivot1->EndUpdate();

116
Is it possible to somehow highlight the column's name different than its filter value in the control's filter bar ( sample 1 )

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutDescription(EXPIVOTLib::exFilterBarAnd,_bstr_t(spPivot1->FormatABC(L"`<fgcolor=808080>` + value + `</fgcolor>`",spPivot1->GetDescription(EXPIVOTLib::exFilterBarAnd),vtMissing,vtMissing)));
spPivot1->PutFilterBarCaption(L"value replace `[` with `<fgcolor=808080>[` replace `]` with `]</fgcolor>`");
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::exFilterBarToggle);
spPivot1->EndUpdate();

115
Is it possible to automatically displays the control's filter label to the right

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutFilterBarCaption(L"`<r>` + value");
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::FilterBarVisibleEnum(EXPIVOTLib::exFilterBarShowCloseOnRight | EXPIVOTLib::exFilterBarToggle));
spPivot1->EndUpdate();

114
How can I get the number of results/items being shown in the control's filter bar (sample 4)

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'stdole' for the library: 'OLE Automation'

	#import <stdole2.tlb>
*/
spPivot1->PutFilterBarFont(IFontDispPtr(((stdole::FontPtr)(spPivot1->GetFont()))));
spPivot1->PutFilterBarPrompt(_bstr_t(spPivot1->FormatABC(L"`<b>` + value",spPivot1->GetFilterBarPrompt(),vtMissing,vtMissing)));
spPivot1->PutFilterBarCaption(_bstr_t("`<b><r>` + value + `</b><fgcolor=808080>` + ( matchitemcount < 0 ? ( ( len(value) ? `<br>` : `` ) + `<r>` + abs(matchitemcount ") +
"+ 1) + ` result(s)` ) : (`<fgcolor=808080>`+ itemcount + ` item(s)`) )");
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::FilterBarVisibleEnum(EXPIVOTLib::exFilterBarCompact | EXPIVOTLib::exFilterBarShowCloseOnRight | EXPIVOTLib::exFilterBarShowCloseIfRequired | EXPIVOTLib::exFilterBarCaptionVisible | EXPIVOTLib::exFilterBarVisible | EXPIVOTLib::exFilterBarPromptVisible));
spPivot1->EndUpdate();

113
How can I get the number of results being shown in the control's filter bar (sample 3)

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'stdole' for the library: 'OLE Automation'

	#import <stdole2.tlb>
*/
spPivot1->PutFilterBarFont(IFontDispPtr(((stdole::FontPtr)(spPivot1->GetFont()))));
spPivot1->PutFilterBarCaption(_bstr_t("`<b><r>` + value + `</b><fgcolor=808080>` + ( matchitemcount < 0 ? ( ( len(value) ? `<br>` : `` ) + `<r>` + abs(matchitemcount ") +
"+ 1) + ` result(s)` ) : ``)");
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::FilterBarVisibleEnum(EXPIVOTLib::exFilterBarCompact | EXPIVOTLib::exFilterBarCaptionVisible | EXPIVOTLib::exFilterBarVisible | EXPIVOTLib::exFilterBarPromptVisible));
spPivot1->EndUpdate();

112
How can I get the number of results being shown in the control's filter bar (sample 2, compact)

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'stdole' for the library: 'OLE Automation'

	#import <stdole2.tlb>
*/
spPivot1->PutFilterBarFont(IFontDispPtr(((stdole::FontPtr)(spPivot1->GetFont()))));
spPivot1->PutFilterBarCaption(L"`<b><r>` + value + `</b><fgcolor=808080>` + ( matchitemcount < 0 ? `<off -4> ` + abs(matchitemcount + 1) + ` result(s)` : ``)");
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::FilterBarVisibleEnum(EXPIVOTLib::exFilterBarCompact | EXPIVOTLib::exFilterBarSingleLine | EXPIVOTLib::exFilterBarCaptionVisible | EXPIVOTLib::exFilterBarVisible | EXPIVOTLib::exFilterBarPromptVisible));
spPivot1->EndUpdate();

111
How can I get the number of results being shown in the control's filter bar (sample 1)

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'stdole' for the library: 'OLE Automation'

	#import <stdole2.tlb>
*/
spPivot1->PutFilterBarFont(IFontDispPtr(((stdole::FontPtr)(spPivot1->GetFont()))));
spPivot1->PutFilterBarCaption(L"`<b>` + value + `</b><r><fgcolor=808080>` + ( matchitemcount < 0 ? abs(matchitemcount + 1) + ` result(s)` : ``)");
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::FilterBarVisibleEnum(EXPIVOTLib::exFilterBarCaptionVisible | EXPIVOTLib::exFilterBarVisible | EXPIVOTLib::exFilterBarPromptVisible));
spPivot1->EndUpdate();

110
FilterBarCaption Predefined Keywords

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutLinesAtRoot(EXPIVOTLib::exLinesAtRoot);
spPivot1->PutFilterInclude(EXPIVOTLib::exItemsWithChilds);
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'stdole' for the library: 'OLE Automation'

	#import <stdole2.tlb>
*/
spPivot1->PutFilterBarFont(IFontDispPtr(((stdole::FontPtr)(spPivot1->GetFont()))));
spPivot1->PutFilterBarCaption(_bstr_t("`<fgcolor=0000FF><i>value/current</i></fgcolor>: <fgcolor=808080>` + value + `</fgcolor>` + `<br><fgcolor=0000FF><i>available</") +
"i></fgcolor>: ` + available + `<br><fgcolor=0000FF><i>allui</i></fgcolor>: ` + allui + `<br><fgcolor=0000FF><i>all</i></fgcolor>" +
": ` + all + `<br><fgcolor=0000FF><i>itemcount</i></fgcolor>: <fgcolor=808080>` + itemcount + `</fgcolor>`+ `<br><fgcolor=0000FF>" +
"<i>visibleitemcount</i></fgcolor>: <fgcolor=808080>` + visibleitemcount + `</fgcolor>`+ `<br><fgcolor=0000FF><i>matchitemcount</" +
"i></fgcolor>: <fgcolor=808080>` + matchitemcount + `</fgcolor>`+ `<br><fgcolor=0000FF><i>promptpattern</i></fgcolor>: <fgcolor=8" +
"08080>` + promptpattern + `</fgcolor>`+ `<br><fgcolor=0000FF><i>leafitemcount</i></fgcolor>: <fgcolor=808080>` + leafitemcount +" +
" `</fgcolor>`");
spPivot1->PutFilterBarPromptPattern(L"USA");
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::FilterBarVisibleEnum(EXPIVOTLib::exFilterBarCaptionVisible | EXPIVOTLib::exFilterBarVisible | EXPIVOTLib::exFilterBarPromptVisible));
spPivot1->EndUpdate();

109
I am using filter prompt feature, and also column's filter, just wondering if possible to compact displaying the filter bar so it won't show on multiple lines

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'stdole' for the library: 'OLE Automation'

	#import <stdole2.tlb>
*/
spPivot1->PutFilterBarFont(IFontDispPtr(((stdole::FontPtr)(spPivot1->GetFont()))));
spPivot1->PutFilterBarCaption(L"`<r><i><fgcolor=808080><upline><solidline><sha ;;0>` + value");
spPivot1->PutFilterBarPromptPattern(L"USA");
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::FilterBarVisibleEnum(EXPIVOTLib::exFilterBarCompact | EXPIVOTLib::exFilterBarSingleLine | EXPIVOTLib::exFilterBarVisible | EXPIVOTLib::exFilterBarPromptVisible));
spPivot1->EndUpdate();

108
Just wondering if it is possible to show the filter bar's close button on the right ( sample 2 )

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::FilterBarVisibleEnum(EXPIVOTLib::exFilterBarShowCloseOnRight | EXPIVOTLib::exFilterBarToggle | EXPIVOTLib::exFilterBarPromptVisible));
spPivot1->PutFilterBarPrompt(_bstr_t(spPivot1->FormatABC(L"`<r>` + value",spPivot1->GetFilterBarPrompt(),vtMissing,vtMissing)));
spPivot1->EndUpdate();

107
How can I change the visual appearance of the filter bar's close button (EBN)

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
EXPIVOTLib::IAppearancePtr var_Appearance = spPivot1->GetVisualAppearance();
	var_Appearance->Add(1,_bstr_t("gBFLBCJwBAEHhEJAAEhABHQDg6AADACAxRDgMQBQKAAzAJBIYhiG4cYCgMZhXDOCYXABCEYRXBIZQ7BKNIxjSJ5BhIAAyDSJMjSRJUEhqGCWYDleYYYAKHIMQLOg7IJ") +
"jyI4/SJAYCydKAWhxIaZKJHCZoEDaTAADCNVAQp6MEIJVbVEI0e79OgBLp/Z7kECIJJAaRjHQdJxGLA8EhtCQhCZteK6SgMKJYXhWQYRXI1JwvMBrWrdQjiOYELQtMKm" +
"SZNLYGG4dR5SVJbcYhSYsRRFMoyDIOXYDLKsdYqSpXIThObEGgaPqJYjsUjCMKnR7HVIURrBPC9TBPE69ZgmC6ucKPX51ShKFaBWDZcwFAS+UBuYCAILiEAQGZ1XT8OR" +
"OicbgJgSTJRlCaZeDsHY7QGR4xkSYp3CaExZAQMgalQYAwjCAAfBANxcA2TgKAUOpDCGFhKg0RpXCwCwDHQHQHEyAIkCkOhbFOGA8A8DohBgRg9AccZcn8EpEjMLI2C2" +
"DYxAgQgvAIUIVkoAAPBQDJlECTZ3CCYwDACQwUA8A5MCAWAWDiQi4l8aQOEgLJuBgBgDmYFAzEoIoIl0WALgKYJbBABADAAHgHg8VAMmqCQQDMXABAATYwTmNwBDATJX" +
"AiAgjHmNQ5lgQ5QEQEQMmcWg/GwD5ylyNw2gMcJcjsBgBgOQQDDhRpVAMMwnDBFw1B0Ax8D0DxOmmJJIGQTY5hGMAwkwM4CAYLZAmAOJnAqAojiIGg6iieYkmeAYOHaK" +
"JDCyCwjH6AoggsQpQliAJLhgaJ0CESBTnyDwjk+cg4g4P5IHIHJ+BWRRzlYWAxiOUxihsY4KjKLJRGqC44FCegkkkM58iAKAPnIWIWD8SRSFSfQnkmewUhYP4GiGKJ7G" +
"0TIbCSUoggqUo0lAQ4LnEcBcD8Coiiif4nE+eAAn2HpOkcFJqi4T5SkyMw/kqQown8IBIBOdA+A+DJrBqVxXEqYo4lCApLhGHBnD8S4ymyfxmg+cwQkQP5egOUZIWoEA" +
"kjIeIPBMBJBD+TBjBifwvkuc58hQJQPmFrYykkchclSApKjGOBuD+TRDFCfw3mmIxNi8FxFlOXhVC4aYDFyPgvg2YBcBcLZGCGCJ0DSLRzGSWQ/lmY5+mEP5gmMDBZRS" +
"MRsFsOxMhMJJ/DsTpTnwaQaE+N5ojuNhdEYNI5C4TZJO1GRDmCaxnA2Yx4n8IpIjOTBQBQC5TgyYw7gUYRYikC0BYRwsDQBoB8eA6Q2hsE0BUXgywZtYCyHMKwnxSAhA" +
"QHkIQhRrBaDsCwA4ERiB2EWAIYIXhhiVEgAEUYwwYjyASLge4FhHgRDkM8OQih0jWPkGgBBAQ");
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::FilterBarVisibleEnum(EXPIVOTLib::exFilterBarToggle | EXPIVOTLib::exFilterBarPromptVisible));
spPivot1->PutBackground(EXPIVOTLib::exFooterFilterBarButton,0x1000000);
spPivot1->EndUpdate();

106
How can I change the visual appearance of the filter bar's close button (solid)

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::exFilterBarPromptVisible);
spPivot1->PutBackground(EXPIVOTLib::exFooterFilterBarButton,RGB(255,0,0));
spPivot1->EndUpdate();

105
Is it possible to prevent definitely showing the filter bar's close button

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::exFilterBarPromptVisible);
spPivot1->PutBackground(EXPIVOTLib::exFooterFilterBarButton,-1);
spPivot1->EndUpdate();

104
Is it possible to show the close button only if there is a filter applied

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::FilterBarVisibleEnum(EXPIVOTLib::exFilterBarShowCloseIfRequired | EXPIVOTLib::exFilterBarPromptVisible));
spPivot1->EndUpdate();

103
The control's filter bar is not closed once I click the close button (toggle)
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutFilterBarCaption(L"`<r><fgcolor=808080>` + value");
spPivot1->PutFilterBarPromptPattern(L"USA");
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::FilterBarVisibleEnum(EXPIVOTLib::exFilterBarCompact | EXPIVOTLib::exFilterBarToggle | EXPIVOTLib::exFilterBarSingleLine | EXPIVOTLib::exFilterBarVisible | EXPIVOTLib::exFilterBarPromptVisible));
spPivot1->EndUpdate();

102
How can I display the control's filter on a single line

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutFilterBarCaption(L"len(value) ? `filter for: <fgcolor 808080>` + value  : `<fgcolor 808080>no filter`");
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::FilterBarVisibleEnum(EXPIVOTLib::exFilterBarSingleLine | EXPIVOTLib::exFilterBarVisible));
spPivot1->EndUpdate();

101
How can I display the control's filter on a single line (prompt-combined)

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutFilterBarCaption(L"`<r>` + value");
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::FilterBarVisibleEnum(EXPIVOTLib::exFilterBarCompact | EXPIVOTLib::exFilterBarSingleLine | EXPIVOTLib::exFilterBarVisible | EXPIVOTLib::exFilterBarPromptVisible));
spPivot1->EndUpdate();

100
How can I programmatically clear the control's filter
// Click event - Occurs when the user presses and then releases the left mouse button over the control.
void OnClickPivot1()
{
	/*
		Copy and paste the following directives to your header file as
		it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'
		#import <ExPivot.dll>
		using namespace EXPIVOTLib;
	*/
	EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
	spPivot1->ClearFilter();
}

EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::exFilterBarPromptVisible);
spPivot1->PutFilterBarPromptPattern(L"USA");
spPivot1->EndUpdate();

99
Is it possible to prevent closing the control's filter bar, so it is always shown (prompt-combined)

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutFilterBarPromptPattern(L"USA");
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::FilterBarVisibleEnum(EXPIVOTLib::exFilterBarVisible | EXPIVOTLib::exFilterBarPromptVisible));
spPivot1->EndUpdate();

98
Is it possible to prevent closing the control's filter bar, so it is always shown (prompt)

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::exFilterBarPromptVisible);
spPivot1->PutFilterBarPromptPattern(L"USA");
spPivot1->EndUpdate();

97
Is it possible to prevent closing the control's filter bar, so it is always shown

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutFilterBarCaption(L"len(value) = 0 ? `<fgcolor=808080>no filter` : value");
spPivot1->PutFilterBarPromptVisible(EXPIVOTLib::exFilterBarVisible);
spPivot1->EndUpdate();

96
How can I find if the control is running in DPI mode
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
OutputDebugStringW( _bstr_t(spPivot1->FormatABC(L"dpi = 1 ? `normal/stretch mode` : `dpi mode`",vtMissing,vtMissing,vtMissing)) );

95
If I connect it to a datasource, all works perfectly but the records that I see in the control is a little number of total of the recordset. I need to show all 60.000 rows of the recordset without click on the [...] button. It’s possible to setting up this parameters
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->PutDisplayPivotData(-1);
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);

94
How do I change the drop down filter icon/button (white)

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
EXPIVOTLib::IAppearancePtr var_Appearance = spPivot1->GetVisualAppearance();
	var_Appearance->Add(2,_bstr_t("gBFLBCJwBAEHhEJAAEhABX8GACAADACAxSDEMQBQKAAzQFAYbhgHCGAAGQaBUgmFgAQhFcZQSKUOQTDKNYykCIRSDUJYkSZEIyjBI8ExXFqNACkGKwYgmNYiTLAcgAN") +
"J0WBaGIZJ4gOT5fDKMoEDRRYADFCscwxJybQAqGQKKb+VgAVY/cTyBIAEQSKA0TDOQ5TSKWB4JPZQRBEbZMNBtBIUJquKaqShdQJCU5FdY3Xblez9P7AMBwLFEC4NQ8Y" +
"NYuPhjR4dRTIMhvVAsUArFh8Zg9GZZFjmDIDT4ydBLTQwcyVIKnP5qOa6XbmPoCQDYKxZHYxPzVDa3axuL76dqCAT7XrXNy1TbNRrzQKfcJqfCbdw2YaDZLOOT3fjuI4" +
"hhKaRzFAHJ+jYQ4xHuY4gHuGIXGeExqC8Tp6C+PoEm+G5ImycRgh0XwvDGa5rgOeoejyXwnFeQp2mkf5ClgBB9gCWIYAwfYAEKV58mkdwOggNArgOXY2EWLoDkKOA0mg" +
"bhOGgZApgaSBIHWSYHSmbApgYThmESZYJkIeIkgeCpfliLIHgpMIcmUYYYmODAlg2SI4mWfRfGOEguDcCRjFYAJihCQhJBSDoRmONgKEcI4kFCEJhhOVYTmYnAlEAQhW" +
"BMJYJGYWoWmWSR2F6F5lnkWAQhUAgpEieRWEuSYkjWGpmkmNhuhuZwJkYcocmaaYkjyEhngnUA6lEFAlAEgI=");
	var_Appearance->Add(1,"CP:2 -6 -4 2 4");
spPivot1->PutBackground(EXPIVOTLib::exHeaderFilterBarButton,0x1000000);
spPivot1->PutBackground(EXPIVOTLib::exCursorHoverColumn,spPivot1->GetBackColor());
spPivot1->PutHeaderVisible(VARIANT_TRUE);
spPivot1->PutHeaderHeight(24);
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutDisplayFilterList(EXPIVOTLib::FilterListEnum(EXPIVOTLib::exShowCheckBox | EXPIVOTLib::exSortItemsAsc));
spPivot1->PutPivotBarVisible(EXPIVOTLib::exPivotBarVisible);
spPivot1->EndUpdate();

93
How do I change the drop down filter icon/button (black)

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
EXPIVOTLib::IAppearancePtr var_Appearance = spPivot1->GetVisualAppearance();
	var_Appearance->Add(1,_bstr_t("gBFLBCJwBAEHhEJAAEhABXUIQAAYAQGKIcBiAKBQAGYBIJDEMgzDDAUBjKKocQTC4AIQjCK4JDKHYJRpHEZyCA8EhqGASRAFUQBYiWE4oSpLABQaK0ZwIGyRIrkGQgQ") +
"gmPYDSDNU4zVIEEglBI0TDNczhNDENgtGYaJqHIYpZBcM40TKkEZoSIITZcRrOEBiRL1S0RBhGcRUHZlWzdN64LhuK47UrWdD/XhdVzXRbjfz1Oq+bxve48Br7A5yYTh" +
"dr4LhOFQ3RjIL4xbIcUwGe6VZhjOLZXjmO49T69HTtOCYBEBA");
spPivot1->PutBackground(EXPIVOTLib::exHeaderFilterBarButton,0x1000000);
spPivot1->PutBackground(EXPIVOTLib::exCursorHoverColumn,-1);
spPivot1->PutBackColorHeader(RGB(0,0,0));
spPivot1->PutForeColorHeader(RGB(255,255,255));
spPivot1->PutHeaderVisible(VARIANT_TRUE);
spPivot1->PutHeaderHeight(22);
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutDisplayFilterList(EXPIVOTLib::FilterListEnum(EXPIVOTLib::exShowCheckBox | EXPIVOTLib::exSortItemsAsc));
spPivot1->EndUpdate();

92
How do I prevent showing the control's BackColorAlternate property on empty / non-items part of the control

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->PutBackColorAlternate(0x7ff0f0f0);
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"12");
spPivot1->PutPivotColumns(L"sum(5)");
spPivot1->EndUpdate();

91
How can I find out if the user clicks the grid's header
// MouseMove event - Occurs when the user moves the mouse.
void OnMouseMovePivot1(short   Button,short   Shift,long   X,long   Y)
{
	OutputDebugStringW( L"Type of ColumnFromPoint: " );
	/*
		Copy and paste the following directives to your header file as
		it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'
		#import <ExPivot.dll>
		using namespace EXPIVOTLib;
	*/
	EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
	OutputDebugStringW( _bstr_t(spPivot1->GetColumnFromPoint(-1,-1)) );
	OutputDebugStringW( L" should not be VT_NULL" );
	OutputDebugStringW( L"Type of ValueFromPoint: " );
	OutputDebugStringW( _bstr_t(spPivot1->GetValueFromPoint(-1,-1)) );
	OutputDebugStringW( L" should be VT_NULL" );
}

EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(5)");

90
What should I set FormatPivotHeader to, to show it on the columns header only

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(5)/12");
spPivot1->PutFormatPivotHeader(_bstr_t("(iaggregate ? ( caption + ` <off -6><font ;6>(` + lower(caggregate) + ')</off></font>') : caption) + ( ( display=1 ? `<c>Date: ") +
"<b><upline><dotline>` + date(`now`) : `` ) + `</dotline> </b>` )");
spPivot1->EndUpdate();

89
What should I set FormatPivotHeader to, to show "Report Generated on 7/9/2016 14:20" etc when the report is executed (ie the date and time will change)

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(5)/12");
spPivot1->PutFormatPivotHeader(_bstr_t("(iaggregate ? (`<b>` + caption + `</b> <off -6><font ;6>(` + lower(caggregate) + ')</off></font>') : caption) + `<r>ReportDate:") +
" ` + date(`now`)");
spPivot1->EndUpdate();

88
Is it possible to display aggregate result on parent rows as well

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->PutHeaderHeight(22);
spPivot1->PutDefaultItemHeight(20);
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"12[bold],0");
EXPIVOTLib::IFormatConditionalAppearancePtr var_FormatConditionalAppearance = spPivot1->GetFormatConditionalAppearances()->Add(L"nempty","not empty","");
	var_FormatConditionalAppearance->PutExpression(L"len(value) != 0");
	var_FormatConditionalAppearance->PutBackColor(RGB(240,240,240));
spPivot1->PutPivotColumns(L"sum(5)[nempty]/6");
spPivot1->PutIncludeExpandColumn(EXPIVOTLib::exIncludeExpandColumn);
spPivot1->PutDrawGridLines(EXPIVOTLib::exNoLines);
spPivot1->PutShowBranchRows(EXPIVOTLib::ShowBranchRowsEnum(EXPIVOTLib::exBranchIncludeAggregate | EXPIVOTLib::exBranchTree));
spPivot1->EndUpdate();

87
How do I show expanded/collapsed rows

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->PutHeaderHeight(22);
spPivot1->PutDefaultItemHeight(20);
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"12[bold],0");
EXPIVOTLib::IFormatConditionalAppearancePtr var_FormatConditionalAppearance = spPivot1->GetFormatConditionalAppearances()->Add(L"nempty","not empty","");
	var_FormatConditionalAppearance->PutExpression(L"len(value) != 0");
	var_FormatConditionalAppearance->PutBackColor(RGB(240,240,240));
spPivot1->PutPivotColumns(L"sum(5)[nempty]/6");
spPivot1->PutIncludeExpandColumn(EXPIVOTLib::exIncludeExpandColumn);
spPivot1->PutDrawGridLines(EXPIVOTLib::exNoLines);
spPivot1->EndUpdate();

86
How do I show expanded/collapsed columns

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->PutHeaderHeight(22);
spPivot1->PutDefaultItemHeight(20);
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"0");
EXPIVOTLib::IFormatConditionalAppearancePtr var_FormatConditionalAppearance = spPivot1->GetFormatConditionalAppearances()->Add(L"nempty","not empty","");
	var_FormatConditionalAppearance->PutExpression(L"len(value) != 0");
	var_FormatConditionalAppearance->PutBackColor(RGB(240,240,240));
spPivot1->PutPivotColumns(L"sum(5)[nempty]/12");
spPivot1->PutFormatPivotHeader(L"(iaggregate ? ( caption + ` <r>[` + lower(caggregate) + `]` ) : caption)");
spPivot1->PutIncludeExpandColumn(EXPIVOTLib::exIncludeExpandColumn);
spPivot1->EndUpdate();

85
Where you have say "Sum of ...." as the first row heading of the pivot are there and options to be able to change this text as a whole

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"0");
EXPIVOTLib::IFormatConditionalAppearancePtr var_FormatConditionalAppearance = spPivot1->GetFormatConditionalAppearances()->Add(L"nempty","not empty","");
	var_FormatConditionalAppearance->PutExpression(L"len(value) != 0");
	var_FormatConditionalAppearance->PutBackColor(RGB(240,240,240));
spPivot1->PutPivotColumns(L"sum(5)[nempty]/12");
spPivot1->PutFormatPivotHeader(L"(iaggregate ? (`<b>` + caption + `</b> <off -6><font ;6>(` + lower(caggregate) + ' )') : caption)");
spPivot1->EndUpdate();

84
How can I get the data column from the cursor
// MouseMove event - Occurs when the user moves the mouse.
void OnMouseMovePivot1(short   Button,short   Shift,long   X,long   Y)
{
	/*
		Copy and paste the following directives to your header file as
		it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'
		#import <ExPivot.dll>
		using namespace EXPIVOTLib;
	*/
	EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
	OutputDebugStringW( L"DataColumn" );
	OutputDebugStringW( _bstr_t(spPivot1->GetDataColumnFromPoint(-1,-1)) );
}

EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(5)[content=numeric]");
spPivot1->Refresh();

83
Is there any way for the user to change the alignment at runtime (using excontextmenu)

// RClick event - Occurs once the user right clicks the control.
void OnRClickPivot1()
{
	// FlatImageWidth = 0
	// ToString = "Alignment[align=1][dis],[group=0x71](Left[typ=2][grp=100][close=0][id=0],Center[typ=2][grp=100][close=0][id=1],Right[typ=2][grp=100][close=0][id=2])"
	// item(h).Checked = True
	// h = Select()
	/*
		Copy and paste the following directives to your header file as
		it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'
		#import <ExPivot.dll>
		using namespace EXPIVOTLib;
	*/
	EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
	EXPIVOTLib::AlignmentEnum h = spPivot1->GetDataColumns()->GetItem(long(5))->GetAlignment();
	EXPIVOTLib::IColumnPtr var_Column = spPivot1->GetDataColumns()->GetItem(long(5));
		var_Column->PutAlignment(h);
		var_Column->PutHeaderAlignment(h);
	spPivot1->Refresh();
}

EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->PutPivotBarVisible(EXPIVOTLib::PivotBarVisibleEnum(EXPIVOTLib::exPivotBarAllowResizeColumns | EXPIVOTLib::exPivotBarAllowUndoRedo | EXPIVOTLib::exPivotBarAutoUpdate | EXPIVOTLib::exPivotBarShowTotals | EXPIVOTLib::exPivotBarAutoFit | EXPIVOTLib::exPivotBarVisible));
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
EXPIVOTLib::IColumnPtr var_Column = spPivot1->GetDataColumns()->GetItem(long(5));
	var_Column->PutAlignment(EXPIVOTLib::RightAlignment);
	var_Column->PutHeaderAlignment(EXPIVOTLib::RightAlignment);
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(5)[content=numeric]");
spPivot1->Refresh();

82
Is there any way for the user to change the alignment at runtime

// RClick event - Occurs once the user right clicks the control.
void OnRClickPivot1()
{
	/*
		Copy and paste the following directives to your header file as
		it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'
		#import <ExPivot.dll>
		using namespace EXPIVOTLib;
	*/
	EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
	OutputDebugStringW( L"The column gets aligned to the center" );
	EXPIVOTLib::IColumnPtr var_Column = spPivot1->GetDataColumns()->GetItem(long(5));
		var_Column->PutAlignment(EXPIVOTLib::CenterAlignment);
		var_Column->PutHeaderAlignment(EXPIVOTLib::CenterAlignment);
	spPivot1->Refresh();
}

EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
EXPIVOTLib::IColumnPtr var_Column = spPivot1->GetDataColumns()->GetItem(long(5));
	var_Column->PutAlignment(EXPIVOTLib::RightAlignment);
	var_Column->PutHeaderAlignment(EXPIVOTLib::RightAlignment);
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(5)[content=numeric]");
spPivot1->Refresh();

81
How can I align a column to the right

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
EXPIVOTLib::IColumnPtr var_Column = spPivot1->GetDataColumns()->GetItem(long(5));
	var_Column->PutAlignment(EXPIVOTLib::RightAlignment);
	var_Column->PutHeaderAlignment(EXPIVOTLib::RightAlignment);
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(5)[content=numeric]");
spPivot1->Refresh();

80
How can I display the control's content on an single A3 paper size, when using PDF format
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->GetVisualAppearance()->Add(1,"c:\\exontrol\\images\\normal.ebn");
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->GetFormatConditionalAppearances()->GetItem("positive")->PutBackColor(0x100ff00);
spPivot1->GetFormatConditionalAppearances()->GetItem("negative")->PutBackColor(0x10000ff);
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(5)[positive,negative]/12");
spPivot1->ExpandAll();
_variant_t var_CopyTo = spPivot1->GetCopyTo(L"C:\\Temp\\Preview.pdf|11.69 in x 16.53 in||single");
OutputDebugStringW( L"Look for C:\\Temp\\Preview.pd file." );
spPivot1->EndUpdate();

79
How can I display the control's content on an A3 paper size, when using PDF format
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->GetVisualAppearance()->Add(1,"c:\\exontrol\\images\\normal.ebn");
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->GetFormatConditionalAppearances()->GetItem("positive")->PutBackColor(0x100ff00);
spPivot1->GetFormatConditionalAppearances()->GetItem("negative")->PutBackColor(0x10000ff);
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(5)[positive,negative]/12");
spPivot1->ExpandAll();
_variant_t var_CopyTo = spPivot1->GetCopyTo(L"C:\\Temp\\Preview.pdf|11.69 in x 16.53 in");
OutputDebugStringW( L"Look for C:\\Temp\\Preview.pd file." );
spPivot1->EndUpdate();

78
How can I export the control's content to a PDF document (method 1)
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->GetVisualAppearance()->Add(1,"c:\\exontrol\\images\\normal.ebn");
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->GetFormatConditionalAppearances()->GetItem("positive")->PutBackColor(0x100ff00);
spPivot1->GetFormatConditionalAppearances()->GetItem("negative")->PutBackColor(0x10000ff);
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(5)[positive,negative]/12");
spPivot1->ExpandAll();
spPivot1->EndUpdate();
/*
	Includes the definition for CreateObject function like follows:

	#include <comdef.h>
	IUnknownPtr CreateObject( BSTR Object )
	{
		IUnknownPtr spResult;
		spResult.CreateInstance( Object );
		return spResult;
	};

*/
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPRINTLib' for the library: 'ExPrint 1.0 Control Library'

	#import <ExPrint.dll>
	using namespace EXPRINTLib;
*/
EXPRINTLib::IExPrintPtr var_Print = ::CreateObject(L"Exontrol.Print");
	var_Print->PutPrintExt(((EXPIVOTLib::IPivotPtr)(spPivot1)));
	var_Print->CopyTo(L"c:/temp/xtest.pdf");
OutputDebugStringW( L"Look for C:\\Temp\\xtest.pdf file." );
spPivot1->EndUpdate();

77
How can I export the control's content to a PDF document (method 2)
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->GetVisualAppearance()->Add(1,"c:\\exontrol\\images\\normal.ebn");
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->GetFormatConditionalAppearances()->GetItem("positive")->PutBackColor(0x100ff00);
spPivot1->GetFormatConditionalAppearances()->GetItem("negative")->PutBackColor(0x10000ff);
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(5)[positive,negative]/12");
spPivot1->ExpandAll();
_variant_t var_CopyTo = spPivot1->GetCopyTo(L"c:/temp/xtest.pdf");
OutputDebugStringW( L"Look for C:\\Temp\\xtest.pdf file." );
spPivot1->EndUpdate();

76
Does / could the control have a read-only mode by where I could load the data and layout and just use the control to display it and allow the user to scroll around it / print it but not change it
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(5)[content=numeric]");
spPivot1->PutDisplayFilterList(EXPIVOTLib::exNoItems);
spPivot1->PutPivotBarVisible(EXPIVOTLib::PivotBarVisibleEnum(EXPIVOTLib::exPivotBarReadOnly | EXPIVOTLib::exPivotBarAutoUpdate | EXPIVOTLib::exPivotBarAutoFit | EXPIVOTLib::exPivotBarVisible));
spPivot1->Refresh();

75
Is it possible to edit the conditional-expression at runtime

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
EXPIVOTLib::IFormatConditionalAppearancePtr var_FormatConditionalAppearance = spPivot1->GetFormatConditionalAppearances()->Add(L"custom","custom","");
	var_FormatConditionalAppearance->PutBold(VARIANT_TRUE);
	var_FormatConditionalAppearance->PutFontSize(12);
	var_FormatConditionalAppearance->PutExpression(L"value > 2000");
	var_FormatConditionalAppearance->PutContextEditExpression(VARIANT_TRUE);
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(5)[custom]/12");
spPivot1->EndUpdate();

74
How can I highlight values using EBN colors

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->GetVisualAppearance()->Add(1,"c:\\exontrol\\images\\normal.ebn");
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->GetFormatConditionalAppearances()->GetItem("positive")->PutBackColor(0x100ff00);
spPivot1->GetFormatConditionalAppearances()->GetItem("negative")->PutBackColor(0x10000ff);
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(5)[positive,negative]/12");
spPivot1->EndUpdate();

73
How do I mark not-empty values in the chart

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"0");
EXPIVOTLib::IFormatConditionalAppearancePtr var_FormatConditionalAppearance = spPivot1->GetFormatConditionalAppearances()->Add(L"nempty","not empty","");
	var_FormatConditionalAppearance->PutExpression(L"len(value) != 0");
	var_FormatConditionalAppearance->PutBackColor(RGB(240,240,240));
spPivot1->PutPivotColumns(L"sum(5)[nempty]/12");
spPivot1->EndUpdate();

72
How can I highlight negative and positive values in the same chart

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(5)[negative,positive]/12");
spPivot1->EndUpdate();

71
How can I highlight values that starts with a letter

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
EXPIVOTLib::IFormatConditionalAppearancePtr var_FormatConditionalAppearance = spPivot1->GetFormatConditionalAppearances()->Add(L"f","starts with f","lower(value) startwith `f`");
	var_FormatConditionalAppearance->PutExpression(L"lower(value) startwith `f`");
	var_FormatConditionalAppearance->PutShadow(RGB(1,0,0));
	var_FormatConditionalAppearance->PutShadowOffset(0);
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"0[f]");
spPivot1->EndUpdate();

70
How can I mark values greater than a value, 100 for instance

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
EXPIVOTLib::IFormatConditionalAppearancePtr var_FormatConditionalAppearance = spPivot1->GetFormatConditionalAppearances()->Add(L"greater100",">100","value > 100");
	var_FormatConditionalAppearance->PutExpression(L"( dbl(value) != 0 ) ? (value > 100) : 0");
	var_FormatConditionalAppearance->PutForeColor(RGB(255,0,0));
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(5)[greater100,content=numeric]");
spPivot1->EndUpdate();

69
How can I remove the Conditional context-menu

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->PutPivotBarVisible(EXPIVOTLib::PivotBarVisibleEnum(EXPIVOTLib::exPivotBarAllowResizeColumns | EXPIVOTLib::exPivotBarAllowUndoRedo | EXPIVOTLib::exPivotBarAutoUpdate | EXPIVOTLib::exPivotBarAllowFormatContent | EXPIVOTLib::exPivotBarAllowFormatAppearance | EXPIVOTLib::exPivotBarAllowValues | EXPIVOTLib::exPivotBarShowTotals | EXPIVOTLib::exPivotBarAutoFit | EXPIVOTLib::exPivotBarSizable | EXPIVOTLib::exPivotBarVisible));
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(5)[content=numeric]");
spPivot1->EndUpdate();

68
How do change the way the negative/positive numbers show when using conditional-format

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
EXPIVOTLib::IFormatConditionalAppearancePtr var_FormatConditionalAppearance = spPivot1->GetFormatConditionalAppearances()->GetItem("negative");
	var_FormatConditionalAppearance->PutBackColor(RGB(0,0,0));
	var_FormatConditionalAppearance->PutForeColor(RGB(128,128,128));
	var_FormatConditionalAppearance->PutFontSize(8);
EXPIVOTLib::IFormatConditionalAppearancePtr var_FormatConditionalAppearance1 = spPivot1->GetFormatConditionalAppearances()->GetItem("positive");
	var_FormatConditionalAppearance1->PutBackColor(RGB(0,0,0));
	var_FormatConditionalAppearance1->PutForeColor(RGB(1,0,0));
	var_FormatConditionalAppearance1->PutFontSize(11);
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(5)[negative,positive,content=numeric]");
spPivot1->EndUpdate();

67
How do I highlight the negative values with white color or black

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
EXPIVOTLib::IFormatConditionalAppearancePtr var_FormatConditionalAppearance = spPivot1->GetFormatConditionalAppearances()->GetItem("negative");
	var_FormatConditionalAppearance->PutBackColor(RGB(1,0,0));
	var_FormatConditionalAppearance->PutForeColor(RGB(255,255,255));
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(5)[negative,content=numeric]");
spPivot1->EndUpdate();

66
Does your control support conditional-format, so I can highlight certain values

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(5)[negative,content=numeric]");
spPivot1->EndUpdate();

65
How do I add a computed column/field, like VAT for instance (method 2)

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
EXPIVOTLib::IAggregatesPtr var_Aggregates = spPivot1->GetAggregates();
	var_Aggregates->Add(L"vat19","sum","VAT 19%","VAT 19%")->PutFormatValue(L"value * 0.19");
	var_Aggregates->Add(L"vat24","sum","VAT 24%","VAT 24%")->PutFormatValue(L"value * 0.24");
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(5)[content=numeric],vat19(5)[bold,content=numeric],vat24(5)[bold,content=numeric]");
spPivot1->EndUpdate();

64
How do I add a computed column/field, like VAT for instance (method 1)

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
EXPIVOTLib::IFormatContentPtr var_FormatContent = spPivot1->GetFormatContents()->Add(L"vat19",L"VAT 19%",vtMissing);
	var_FormatContent->PutExpression(L"len(value) ? ((value * 1.19) format '') : ''");
EXPIVOTLib::IFormatContentPtr var_FormatContent1 = spPivot1->GetFormatContents()->Add(L"vat24",L"VAT 24%",vtMissing);
	var_FormatContent1->PutExpression(L"len(value) ? ((value * 1.24) format '') : ''");
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(5)[content=numeric],sum(5)[bold,content=vat19],sum(5)[bold,content=vat24]");
spPivot1->EndUpdate();

63
How can I hide some values for instance negative values

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
EXPIVOTLib::IFormatContentPtr var_FormatContent = spPivot1->GetFormatContents()->Add(L"hiden",L"hide negative",vtMissing);
	var_FormatContent->PutExpression(L"value < 0 ? `` : value");
EXPIVOTLib::IFormatContentPtr var_FormatContent1 = spPivot1->GetFormatContents()->Add(L"hidep",L"hide positive",vtMissing);
	var_FormatContent1->PutExpression(L"value > 0 ? `` : value");
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(5)[bold],sum(5)[content=hiden],sum(5)[content=hidep]");
spPivot1->EndUpdate();

62
How can I decode the Layout property

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(5)/12");
spPivot1->PutLayout(L"Columns =1;C0.Width = 64");
/*
	Includes the definition for CreateObject function like follows:

	#include <comdef.h>
	IUnknownPtr CreateObject( BSTR Object )
	{
		IUnknownPtr spResult;
		spResult.CreateInstance( Object );
		return spResult;
	};

*/
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPRINTLib' for the library: 'ExPrint 1.0 Control Library'

	#import <ExPrint.dll>
	using namespace EXPRINTLib;
*/
EXPRINTLib::IExPrintPtr var_Print = ::CreateObject(L"Exontrol.Print");
	OutputDebugStringW( var_Print->GetDecode64TextW(spPivot1->GetLayout()) );
spPivot1->EndUpdate();

61
How can I specify the sorting type, so the column gets sorted as numeric for instance

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->Import("1,1#11,11#101,101","eor='#' eof=',' hdr=0");
EXPIVOTLib::IColumnPtr var_Column = spPivot1->GetDataColumns()->GetItem(long(0));
	var_Column->PutCaption(L"Numeric");
	var_Column->PutSortType(EXPIVOTLib::SortNumeric);
spPivot1->GetDataColumns()->GetItem(long(1))->PutCaption(L"String (default)");
spPivot1->PutPivotRows(L"0");
spPivot1->Refresh();

60
How can I disable the control's context menu
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotBarVisible(EXPIVOTLib::PivotBarVisibleEnum(EXPIVOTLib::exPivotBarAllowResizeColumns | EXPIVOTLib::exPivotBarAllowUndoRedo | EXPIVOTLib::exPivotBarAutoUpdate | EXPIVOTLib::exPivotBarAllowValues | EXPIVOTLib::exPivotBarShowTotals | EXPIVOTLib::exPivotBarAutoFit | EXPIVOTLib::exPivotBarSizable | EXPIVOTLib::exPivotBarVisible));

59
How do I get the captions of the columns
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
OutputDebugStringW( _bstr_t(spPivot1->GetDataColumns()->GetCount()) );
OutputDebugStringW( spPivot1->GetDataColumns()->GetItem(long(0))->GetPivotCaption() );
OutputDebugStringW( spPivot1->GetDataColumns()->GetItem(long(0))->GetCaption() );
OutputDebugStringW( spPivot1->GetDataColumns()->GetItem(long(1))->GetPivotCaption() );
OutputDebugStringW( spPivot1->GetDataColumns()->GetItem(long(1))->GetCaption() );

58
How can I specify the default-format for a specified column, so it always shows as numeric for instance
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
EXPIVOTLib::IColumnPtr var_Column = spPivot1->GetDataColumns()->GetItem("Freight");
	var_Column->PutDefaultFormatContent(L"numeric");
	var_Column->PutDefaultFormatAppearances(L"bold");
	var_Column->PutSortOrder(EXPIVOTLib::SortAscending);
	var_Column->PutSortType(EXPIVOTLib::SortNumeric);
spPivot1->PutPivotTotalDefaultFormatContent(L"currency");
spPivot1->PutPivotTotalDefaultFormatAppearances(L"strikeout,bold");
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(5)[bold,content=numeric]");
spPivot1->PutPivotTotals(L"sum[strikeout,bold,content=currency]");
spPivot1->PutPivotColumnsFloatBarVisible(VARIANT_TRUE);
spPivot1->Refresh();

57
How can I display the percentage column

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->GetFormatContents()->Add(L"percent",L"value + `%`",vtMissing);
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"5[content=percent]");
spPivot1->Refresh();

56
How do I change the name for months in the drop-down filter window (localization)

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
OutputDebugStringW( spPivot1->GetDescription(EXPIVOTLib::exFilterBarDateMonths) );
spPivot1->PutDescription(EXPIVOTLib::exFilterBarDateMonths,L"Ianuarie Februarie Martie Aprilie Mai Iunie Iulie August Septembrie Octombrie Noiembrie Decembrie");
spPivot1->PutDescription(EXPIVOTLib::exFilterBarAll,L"(Toate)");
spPivot1->PutDescription(EXPIVOTLib::exFilterBarBlanks,L"(Gol)");
spPivot1->PutDescription(EXPIVOTLib::exFilterBarNonBlanks,L"(Plin)");
spPivot1->PutDescription(EXPIVOTLib::exFilterBarFilterForCaption,L"Filtreaza:");
spPivot1->PutDescription(EXPIVOTLib::exFilterBarDateTodayCaption,L"Azi");
spPivot1->PutDescription(EXPIVOTLib::exFilterBarDateWeekDays,L"D L Ma Mi J V S");
spPivot1->PutDescription(EXPIVOTLib::exFilterBarExclude,L"Exclud");
spPivot1->PutDescription(EXPIVOTLib::exColumnsFloatBar,L"Coloane");
spPivot1->PutDescription(EXPIVOTLib::exFilterBarAnd,L"si");
spPivot1->PutDescription(EXPIVOTLib::exFilterBarDate,L"Data:");
spPivot1->PutDescription(EXPIVOTLib::exFilterBarDateTitle,L"Data");
spPivot1->PutDescription(EXPIVOTLib::exFilterBarDateTo,L"la");
spPivot1->PutDescription(EXPIVOTLib::exFilterBarNot,L"nu");
spPivot1->PutDescription(EXPIVOTLib::exFilterBarOr,L"sau");
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->GetDataColumns()->GetItem("OrderDate")->PutSortType(EXPIVOTLib::SortDate);
spPivot1->PutPivotRows(L"9");
spPivot1->Refresh();

55
How can I scale and print programmatically the pivot table, to fit on one axis eg FitPageHeight but infinite width etc
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"6");
spPivot1->PutPivotColumns(L"sum(5)/3");
spPivot1->Refresh();
/*
	Includes the definition for CreateObject function like follows:

	#include <comdef.h>
	IUnknownPtr CreateObject( BSTR Object )
	{
		IUnknownPtr spResult;
		spResult.CreateInstance( Object );
		return spResult;
	};

*/
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPRINTLib' for the library: 'ExPrint 1.0 Control Library'

	#import <ExPrint.dll>
	using namespace EXPRINTLib;
*/
EXPRINTLib::IExPrintPtr var_Print = ::CreateObject(L"Exontrol.Print");
	var_Print->PutOptions("FitToPage = x 5");
	var_Print->PutPrintExts(((EXPIVOTLib::IPivotPtr)(spPivot1)));
	var_Print->Preview();

54
How can I scale and print programmatically the pivot table, to fit on one axis eg FitPageWidth but infinite height etc
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"6");
spPivot1->PutPivotColumns(L"sum(5)/3");
spPivot1->Refresh();
/*
	Includes the definition for CreateObject function like follows:

	#include <comdef.h>
	IUnknownPtr CreateObject( BSTR Object )
	{
		IUnknownPtr spResult;
		spResult.CreateInstance( Object );
		return spResult;
	};

*/
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPRINTLib' for the library: 'ExPrint 1.0 Control Library'

	#import <ExPrint.dll>
	using namespace EXPRINTLib;
*/
EXPRINTLib::IExPrintPtr var_Print = ::CreateObject(L"Exontrol.Print");
	var_Print->PutOptions("FitToPage = 5 x");
	var_Print->PutPrintExts(((EXPIVOTLib::IPivotPtr)(spPivot1)));
	var_Print->Preview();

53
How can I get the column from the cursor
// MouseMove event - Occurs when the user moves the mouse.
void OnMouseMovePivot1(short   Button,short   Shift,long   X,long   Y)
{
	/*
		Copy and paste the following directives to your header file as
		it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'
		#import <ExPivot.dll>
		using namespace EXPIVOTLib;
	*/
	EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
	OutputDebugStringW( _bstr_t(spPivot1->GetColumnFromPoint(-1,-1)) );
}

EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->Refresh();

52
How can I get the value from the cursor
// MouseMove event - Occurs when the user moves the mouse.
void OnMouseMovePivot1(short   Button,short   Shift,long   X,long   Y)
{
	/*
		Copy and paste the following directives to your header file as
		it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'
		#import <ExPivot.dll>
		using namespace EXPIVOTLib;
	*/
	EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
	OutputDebugStringW( _bstr_t(spPivot1->GetValueFromPoint(-1,-1)) );
}

EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->Refresh();

51
How can I specify a column to display HTML format

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->Import("Bold <b>1,Bold <b>2#Bold <b>3,Bold <b>4#Bold <b>5,Bold <b>6","eor='#' eof=',' hdr=0");
spPivot1->GetDataColumns()->GetItem(long(0))->PutHTML(VARIANT_TRUE);
spPivot1->GetDataColumns()->GetItem(long(1))->PutHTML(VARIANT_TRUE);
spPivot1->PutPivotRows(L"0");
spPivot1->Refresh();

50
Does your control supports scrolling by touching the screen

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
/*
	Includes the definition for CreateObject function like follows:

	#include <comdef.h>
	IUnknownPtr CreateObject( BSTR Object )
	{
		IUnknownPtr spResult;
		spResult.CreateInstance( Object );
		return spResult;
	};

*/
/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'ADODB' for the library: 'Microsoft ActiveX Data Objects 6.1 Library'

	#import <msado15.dll> rename("EOF","REOF")
*/
ADODB::_RecordsetPtr rs = ::CreateObject(L"ADOR.Recordset");
	rs->Open("Data","Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\\Program Files\\Exontrol\\ExPivot\\Sample\\Access\\sample.accdb",ADODB::adOpenStatic,ADODB::adLockOptimistic,0);
spPivot1->PutDataSource(((ADODB::_RecordsetPtr)(rs)));
spPivot1->PutAutoDrag(EXPIVOTLib::AutoDragEnum(EXPIVOTLib::exAutoDragScrollOnShortTouch | EXPIVOTLib::exAutoDragScroll));

49
How can I specify programatically the width of the pivot column ( first column )

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(5)/12");
spPivot1->PutLayout(L"Columns =1;C0.Width = 64");
spPivot1->EndUpdate();

48
How can I show the total of each row, when columns are shown as expanded

/*
	Copy and paste the following directives to your header file as
	it defines the namespace 'EXPIVOTLib' for the library: 'ExPivot 1.0 Control Library'

	#import <ExPivot.dll>
	using namespace EXPIVOTLib;
*/
EXPIVOTLib::IPivotPtr spPivot1 = GetDlgItem(IDC_PIVOT1)->GetControlUnknown();
spPivot1->BeginUpdate();
spPivot1->PutIncludeExpandColumn(EXPIVOTLib::exIncludeExpandColumn);
spPivot1->Import("C:\\Program Files\\Exontrol\\ExPivot\\Sample\\data.txt",vtMissing);
spPivot1->PutPivotRows(L"0");
spPivot1->PutPivotColumns(L"sum(5)/12");
spPivot1->EndUpdate();