ExcelSetRowColGridColor Method
WINDOW2 - Excel Biff Record (row and column headers, and grid color value)
'Declaration
Function ExcelSetRowColGridColor( _
ByVal As Short, _
ByVal As Color _
) As Boolean
'Usage
Dim instance As IExcelBiffRead
Dim sheet As Short
Dim color As Color
Dim value As Boolean
value = instance.ExcelSetRowColGridColor(sheet, color)
Parameters
- sheet
- Sheet index
- color