Spread Silverlight Documentation
SetGridlineColor Method


GrapeCity.Excel Namespace > IExcelReader Interface : SetGridlineColor Method
the zero based sheet index used to locate the IExcelWorksheet instance
the value used to set the gridline color for the specified sheet.
Set the gridline color for the specified worksheet.
Syntax
'Declaration
 
Sub SetGridlineColor( _
   ByVal sheet As System.Short, _
   ByVal color As IExcelColor _
) 
'Usage
 
Dim instance As IExcelReader
Dim sheet As System.Short
Dim color As IExcelColor
 
instance.SetGridlineColor(sheet, color)
void SetGridlineColor( 
   System.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.
See Also

Reference

IExcelReader Interface
IExcelReader Members