Spread Silverlight Documentation
GetGridlineColor Method


GrapeCity.Excel Namespace > IExcelWriter Interface : GetGridlineColor Method
the zero based sheet index used to locate the IExcelWorksheet instance
Get the gridline color of the specified sheet.
Syntax
'Declaration
 
Function GetGridlineColor( _
   ByVal sheet As System.Short _
) As IExcelColor
'Usage
 
Dim instance As IExcelWriter
Dim sheet As System.Short
Dim value As IExcelColor
 
value = instance.GetGridlineColor(sheet)
IExcelColor GetGridlineColor( 
   System.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
See Also

Reference

IExcelWriter Interface
IExcelWriter Members