aspose.cells

Class AutoFitMergedCellsType

Utility class containing constants. Represents the type of auto fitting merged cells.

Field Summary
const  NumberNONE
Ignore merged cells.
const  NumberFIRST_LINE
Only expands the height of the first row.
const  NumberLAST_LINE
Only expands the height of the last row.
const  NumberEACH_LINE
Only expands the height of each row.
 

    • Field Detail

      • NONE

        const Number NONE
        Ignore merged cells. Default.
      • FIRST_LINE

        const Number FIRST_LINE
        Only expands the height of the first row.
      • LAST_LINE

        const Number LAST_LINE
        Only expands the height of the last row.
      • EACH_LINE

        const Number EACH_LINE
        Only expands the height of each row.