Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfo Class / IsShrinkToFitSet Method


In This Topic
    IsShrinkToFitSet Method
    In This Topic
    Gets a value that indicates whether the shrink to fit of the cell contents (ShrinkToFit property) is set.
    Syntax
    'Declaration
     
    Public Overridable Function IsShrinkToFitSet() As Boolean
    'Usage
     
    Dim instance As StyleInfo
    Dim value As Boolean
     
    value = instance.IsShrinkToFitSet()
    public virtual bool IsShrinkToFitSet()

    Return Value

    true if the shrink to fit of the cell contents (ShrinkToFit property) is set; otherwise, false.
    See Also