MindFusion.Wpf Pack Programmer's Guide
Worksheet.Tag Property
See Also
 





Gets or sets a custom object associated with the worksheet.

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

 Syntax

C#  Copy Code

public Object Tag { get; set; }

Visual Basic  Copy Code

Public Property Tag As Object

 Property Value

An object representing the custom data associated with this worksheet.

 See Also

Worksheet Members
Worksheet Class
MindFusion.Spreadsheet.Wpf Namespace