CloudmersiveConvertModelFactory.SetXlsxCellByIdentifierRequest Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of SetXlsxCellByIdentifierRequest(String, XlsxSpreadsheetCell, String, String, XlsxWorksheet).
public static Azure.Connectors.Sdk.CloudmersiveConvert.Models.SetXlsxCellByIdentifierRequest SetXlsxCellByIdentifierRequest(string cellIdentifier = default, Azure.Connectors.Sdk.CloudmersiveConvert.Models.XlsxSpreadsheetCell cellValue = default, string inputFileBytes = default, string inputFileUrl = default, Azure.Connectors.Sdk.CloudmersiveConvert.Models.XlsxWorksheet worksheetToUpdate = default);
static member SetXlsxCellByIdentifierRequest : string * Azure.Connectors.Sdk.CloudmersiveConvert.Models.XlsxSpreadsheetCell * string * string * Azure.Connectors.Sdk.CloudmersiveConvert.Models.XlsxWorksheet -> Azure.Connectors.Sdk.CloudmersiveConvert.Models.SetXlsxCellByIdentifierRequest
Public Shared Function SetXlsxCellByIdentifierRequest (Optional cellIdentifier As String = Nothing, Optional cellValue As XlsxSpreadsheetCell = Nothing, Optional inputFileBytes As String = Nothing, Optional inputFileUrl As String = Nothing, Optional worksheetToUpdate As XlsxWorksheet = Nothing) As SetXlsxCellByIdentifierRequest
Parameters
- cellIdentifier
- String
- cellValue
- XlsxSpreadsheetCell
- inputFileBytes
- String
- inputFileUrl
- String
- worksheetToUpdate
- XlsxWorksheet