'Declaration Function GetGridlineColor( _ ByVal sheet As Short _ ) As IExcelColor
'Usage Dim instance As IExcelWriter Dim sheet As Short Dim value As IExcelColor value = instance.GetGridlineColor(sheet)
IExcelColor GetGridlineColor( short sheet )
Parameters
- sheet
- the zero based sheet index used to locate the IExcelWorksheet instance
Return Value
An IExcelColor instance used to represents the color of the grid line of the specified sheet