[]
Represents the shrink to fit settings of this workbook.
public interface IShrinkToFitSettings
Determines whether can shrink to fit the wrapped text.
bool CanShrinkToFitWrappedText { get; set; }
Returns or sets the ommitted string. The default value is "...".
string Ellipsis { get; set; }
The minimum size of font when performing shrink to fit.
double MinimumFont { get; set; }