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


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

    Return Value

    true if the word wrap of the cell contents (WordWrap property) is set; otherwise, false.
    See Also