This method checks for existing names to prevent identical name collisions within the
worksheet collection.
Namespace:
Abh.Core.Excel2k7
Assembly:
Abh.Core.Excel2k7 (in Abh.Core.Excel2k7.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public bool IsExistingWorksheetName(
string worksheetName
) |
| Visual Basic (Declaration) |
|---|
Public Function IsExistingWorksheetName ( _
worksheetName As String _
) As Boolean |
| Visual C++ |
|---|
public:
bool IsExistingWorksheetName(
String^ worksheetName
) |
Parameters
- worksheetName
- Type: System..::.String
Pass in the worksheet name to check for.
Return Value
Return true if existing worksheet name is found, false if no existing worksheet names.
See Also