With MSFlexGrid1(0)
.FixedRows = 0
.Rows = 3
.Cols = 1
.ColWidth(0) = 1980
.Width = 1980
.Height = 720
.Left = 50
.Top = 150
.BorderStyle = 0
.BackColorBkg = &H4040&
.Row = 0
.Col = 0
.CellHeight = 225
.FontSize = 7
.CellBackColor = vbWhite
.Row = 1
.Col = 0
.CellHeight = 225
.CellBackColor = vbBlue
.Row = 2
.Col = 0
.CellHeight = 225
.CellBackColor = vbGreen
.GridLines = flexGridInset
.GridColor = &H80000008
.ScrollBars = flexScrollBarNone
End Sub
I need to set the Each Row height and wanted to use .CellHeight = Value but it does not work
I want to use Font Size 7 and it doesn't look appropriate with RowHeight being so big. So how can I squeze ROW size.
Please help me
.FixedRows = 0
.Rows = 3
.Cols = 1
.ColWidth(0) = 1980
.Width = 1980
.Height = 720
.Left = 50
.Top = 150
.BorderStyle = 0
.BackColorBkg = &H4040&
.Row = 0
.Col = 0
.CellHeight = 225
.FontSize = 7
.CellBackColor = vbWhite
.Row = 1
.Col = 0
.CellHeight = 225
.CellBackColor = vbBlue
.Row = 2
.Col = 0
.CellHeight = 225
.CellBackColor = vbGreen
.GridLines = flexGridInset
.GridColor = &H80000008
.ScrollBars = flexScrollBarNone
End Sub
I need to set the Each Row height and wanted to use .CellHeight = Value but it does not work
I want to use Font Size 7 and it doesn't look appropriate with RowHeight being so big. So how can I squeze ROW size.
Please help me