asposecells.api
Class AutoFitMergedCellsType

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

Field Summary
const  intNONE
           Ignore merged cells.
const  intFIRST_LINE
           Only expands the height of the first row.
const  intLAST_LINE
           Only expands the height of the last row.
const  intEACH_LINE
           Only expands the height of each row.
 

Field Detail

NONE

const int NONE
Ignore merged cells. Default.

FIRST_LINE

const int FIRST_LINE
Only expands the height of the first row.

LAST_LINE

const int LAST_LINE
Only expands the height of the last row.

EACH_LINE

const int EACH_LINE
Only expands the height of each row.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.