FileFormatLimitations Class
Represents file format limitations when saving ExcelFile to some format.
- Inheritance:
- System.ObjectFileFormatLimitations
Constructors
FileFormatLimitations(Int32, Int32, Int32, Int32)
Initializes instance of FileFormatLimitations class.
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.
Property Value
- System.Int32
MaxColors
Get maximum number of colors.
Property Value
- System.Int32
MaxColumns
Get maximum number of columns.
Property Value
- System.Int32
MaxRows
Get maximum number of rows.
Property Value
- System.Int32