Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ICompositeExtendData Interface / CanAffectToPreferredRowHeight Property


In This Topic
    CanAffectToPreferredRowHeight Property
    In This Topic
    Gets a boolean value indicating whether this instance can affect to preferred row height
    Syntax
    'Declaration
     
    
    ReadOnly Property CanAffectToPreferredRowHeight As Boolean
    'Usage
     
    
    Dim instance As ICompositeExtendData
    Dim value As Boolean
     
    value = instance.CanAffectToPreferredRowHeight
    bool CanAffectToPreferredRowHeight {get;}
    See Also