Spread Silverlight Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

IExcelReader Interface
IExcelReader Members

 

 


Copyright © GrapeCity, inc. All rights reserved.