GrapeCity.Xaml.Excel
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 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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelReader Interface
IExcelReader Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options