Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicer Interface / RowHeight Property


In This Topic
    RowHeight Property (ISlicer)
    In This Topic
    Gets or sets the height of each row in the specified slicer.
    Syntax
    'Declaration
     
    
    Property RowHeight As Double
    'Usage
     
    
    Dim instance As ISlicer
    Dim value As Double
     
    instance.RowHeight = value
     
    value = instance.RowHeight
    double RowHeight {get; set;}

    Property Value

    The height of each row in the specified slicer.
    Remarks
    This property does not affect the height of the slicer.
    See Also