GrapeCity.Xaml.SpreadSheet.Data
GetGridLine Method
Example 


Gets the control gridline; the gridline color is based on the ShowGridLine property.
Syntax
'Declaration
 
Public Function GetGridLine( _
   ByVal sheetArea As SheetArea _
) As BorderLine
'Usage
 
Dim instance As Worksheet
Dim sheetArea As SheetArea
Dim value As BorderLine
 
value = instance.GetGridLine(sheetArea)
public BorderLine GetGridLine( 
   SheetArea sheetArea
)

Parameters

sheetArea
Example
This example uses the GetGridLine method.
listBox1.Items.Add(gcSpreadSheet1.Sheets[0].GetGridLine(GrapeCity.Xaml.SpreadSheet.Data.SheetArea.Cells).Color.ToString());
ListBox1.Items.Add(GcSpreadSheet1.Sheets(0).GetGridLine(GrapeCity.Xaml.SpreadSheet.Data.SheetArea.Cells).Color.ToString())
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Worksheet Class
Worksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options