Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorksheet.ExcelViewportInfo Class / PreferredHeight Field


In This Topic
    PreferredHeight Field
    In This Topic
    Vertical position of the split
    Syntax
    'Declaration
     
    Public PreferredHeight As Integer()
    'Usage
     
    Dim instance As ExcelWorksheet.ExcelViewportInfo
    Dim value() As Integer()
     
    value = instance.PreferredHeight
     
    instance.PreferredHeight = value
    public int[] PreferredHeight
    See Also