Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite Interface / ExcelGetRowColGridColor Method
Sheet index


In This Topic
ExcelGetRowColGridColor Method
In This Topic
Gets the row and column grid line color for exporting to Excel BIFF file.
Syntax
'Declaration
 
Function ExcelGetRowColGridColor( _
   ByVal sheet As Short _
) As Color
 
'Usage
 
Dim instance As IExcelBiffWrite
Dim sheet As Short
Dim value As Color
 
value = instance.ExcelGetRowColGridColor(sheet)

Parameters

sheet
Sheet index
See Also