ICellularFormatInstance

ICellularFormatInstance interface

Defines methods that are required for access to spreadsheet formats, having one or many worksheets.

public interface ICellularFormatInstance

Methods

Name Description
GetSheetIndex(string) Gets the worksheet index by worksheet name, if possible.
ReplaceInColumn(Regex, string, int) Replaces all matches with a given replacement in the specified column on all worksheets.
ReplaceInColumn(Regex, string, int, int) Replaces all matches with a given replacement in the specified column and worksheet.

Remarks

Learn more

See Also