'Declaration Public Shared Function GetPatternBrush( _ ByRef fill As Fill, _ ByVal workbook As IWorkbook _ ) As Brush
'Usage Dim fill As Fill Dim workbook As IWorkbook Dim value As Brush value = GdiExtensions.GetPatternBrush(fill, workbook)
Parameters
- fill
- A GrapeCity.Spreadsheet.Fill value represents the fill data
- workbook
- A GrapeCity.Spreadsheet.Workbook value represents the workbook.
Return Value
The created drawing brush.