Spread for ASP.NET 9.0 Product Documentation
SheetName Property (SheetCellRange)


Gets or sets the name of the sheet.
Syntax
'Declaration
 
Public Overridable Property SheetName As String
'Usage
 
Dim instance As SheetCellRange
Dim value As String
 
instance.SheetName = value
 
value = instance.SheetName
public virtual string SheetName {get; set;}

Property Value

The name of the sheet.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

SheetCellRange Class
SheetCellRange Members

 

 


Copyright © GrapeCity, inc. All rights reserved.