Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / CsvSaveOptions Class / TrimLeadingBlankRowAndColumn Property
In This Topic
    TrimLeadingBlankRowAndColumn Property
    In This Topic
    Indicates whether leading blank rows and columns should be trimmed like what ms excel does.Defalut is true;
    Syntax
    public System.bool TrimLeadingBlankRowAndColumn {get; set;}
    See Also