406407408409410411412
* Return the Format object describing the active cell formatting. * * @return The Format object describing the active cell formatting. */ public Format getCellFormat() { return new Format(fmt); }