MindFusion.Wpf Pack Programmer's Guide
WorkbookView.DrawFilledCellBorders Property
See Also
 





Gets or sets a value indicating whether to draw the default grid lines for cells with set background. This is a dependency property.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public bool DrawFilledCellBorders { get; set; }

Visual Basic  Copy Code

Public Property DrawFilledCellBorders As Boolean

 Property Value

A boolean value. The default is false.

 See Also

WorkbookView Members
WorkbookView Class
MindFusion.Spreadsheet.Wpf Namespace