API Reference
Class
LegacySpreadsheetNameContent
Describes a safely recovered source named range.
Inheritance
- Object
- LegacySpreadsheetNameContent
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property LegacySpreadsheetImportResult.Names
Inherited Methods
Properties
public String Name { get; } #Gets the source name.
public String ProjectedName { get; } #Gets the exact workbook name that was projected, or null when validation or collision handling retained the source name as metadata only.
public String SheetName { get; } #Gets the projected sheet name.
public Int32 FirstRow { get; } #Gets the first 1-based row.
public Int32 FirstColumn { get; } #Gets the first 1-based column.
public Int32 LastRow { get; } #Gets the last 1-based row.
public Int32 LastColumn { get; } #Gets the last 1-based column.