ExcelSaveOptions.InsertBlankColumnAtFirst

ExcelSaveOptions.InsertBlankColumnAtFirst property

Set true if you need inserting of blank column as the first column of worksheet. Default value is false; it means that blank column will not be inserted.

public bool InsertBlankColumnAtFirst { get; set; }

See Also