WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum DisableCellFormat - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum DisableCellFormat

    An enumeration to disable cell styles in excel export document.

    Namespace: Syncfusion.ReportWriter
    Assembly: Syncfusion.ReportWriter.Base.dll
    Syntax
    public enum DisableCellFormat
    Remarks

    An enumeration option to disable styles like border, fonts, colors, padding, alignments.

    Fields

    Name Description
    All

    Styles and borders are ignored and not applied to excel cell.

    Border

    Borders are not applied to the cells in excel document.

    None

    Styles and borders are applied to excel cell.

    Style

    Styles such as color, font, padding and alignments are not applied to the cells in excel document.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved