[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IShrinkToFitSettings

Interface IShrinkToFitSettings

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents the shrink to fit settings of this workbook.

public interface IShrinkToFitSettings

Properties

CanShrinkToFitWrappedText

Determines whether can shrink to fit the wrapped text.

bool CanShrinkToFitWrappedText { get; set; }

Property Value

bool

Ellipsis

Returns or sets the ommitted string. The default value is "...".

string Ellipsis { get; set; }

Property Value

string

MinimumFont

The minimum size of font when performing shrink to fit.

double MinimumFont { get; set; }

Property Value

double