Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
//Create the array of header values. This example only binds a single item
string[] headerValues = { "2011" };


//Create the array of header names.

string[] headerNames = { "FiscalYear" };

...