GemBox.Spreadsheet
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    FileFormatLimitations Class

    Namespace:
    GemBox.Spreadsheet
    Assembly:
    GemBox.Spreadsheet.dll

    Represents file format limitations when saving ExcelFile to some format.

    • C#
    • VB.NET
    public sealed class FileFormatLimitations
    Public NotInheritable Class FileFormatLimitations
    Inheritance:
    System.Object
    FileFormatLimitations

    Constructors

    FileFormatLimitations(Int32, Int32, Int32, Int32)

    Initializes instance of FileFormatLimitations class.

    • C#
    • VB.NET
    public FileFormatLimitations(int maxRows, int maxColumns, int maxColors, int maxCellStyles)
    Public Sub New(maxRows As Integer, maxColumns As Integer, maxColors As Integer, maxCellStyles As Integer)
    Parameters
    maxRows
    System.Int32

    Maximum number of rows.

    maxColumns
    System.Int32

    Maximum number of columns.

    maxColors
    System.Int32

    Maximum number of colors.

    maxCellStyles
    System.Int32

    Maximum number of cell styles.

    Properties

    MaxCellStyles

    Get maximum number of cell styles.

    • C#
    • VB.NET
    public int MaxCellStyles { get; }
    Public ReadOnly Property MaxCellStyles As Integer
    Property Value
    System.Int32

    MaxColors

    Get maximum number of colors.

    • C#
    • VB.NET
    public int MaxColors { get; }
    Public ReadOnly Property MaxColors As Integer
    Property Value
    System.Int32

    MaxColumns

    Get maximum number of columns.

    • C#
    • VB.NET
    public int MaxColumns { get; }
    Public ReadOnly Property MaxColumns As Integer
    Property Value
    System.Int32

    MaxRows

    Get maximum number of rows.

    • C#
    • VB.NET
    public int MaxRows { get; }
    Public ReadOnly Property MaxRows As Integer
    Property Value
    System.Int32
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.