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

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelWriter Interface
IExcelWriter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options