GetXlsxStylesResponse.CellStyles Property
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.
Cell styles
[System.Text.Json.Serialization.JsonPropertyName("CellStyles")]
public System.Collections.Generic.List<Azure.Connectors.Sdk.CloudmersiveConvert.Models.DocxCellStyle> CellStyles { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("CellStyles")>]
member this.CellStyles : System.Collections.Generic.List<Azure.Connectors.Sdk.CloudmersiveConvert.Models.DocxCellStyle> with get, set
Public Property CellStyles As List(Of DocxCellStyle)
Property Value
- Attributes