'Declaration Sub SetGridlineColor( _ ByVal sheet As Short, _ ByVal color As IExcelColor _ )
'Usage Dim instance As IExcelReader Dim sheet As Short Dim color As IExcelColor instance.SetGridlineColor(sheet, color)
void SetGridlineColor( short sheet, IExcelColor color )
Parameters
- sheet
- the zero based sheet index used to locate the IExcelWorksheet instance
- color
- the value used to set the gridline color for the specified sheet.