FarPoint.Win.Spread
SheetName Property
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace > SheetCellRange Class : SheetName Property


Gets or sets the name of the sheet.

Syntax

Visual Basic (Declaration) 
Public Overridable Property SheetName As String
Visual Basic (Usage)Copy Code
Dim instance As SheetCellRange
Dim value As String
 
instance.SheetName = value
 
value = instance.SheetName
C# 
public virtual string SheetName {get; set;}

Return Value

The name of the sheet.

See Also