ConditionalFormattingCollection
Overview
ConditionalFormattingCollection is a class in Aspose.Cells FOSS for .NET.
Represents a collection of conditional formatting objects.
This class provides 3 methods for working with ConditionalFormattingCollection objects in Go programs.
Available methods include: Add, RemoveArea, RemoveAt.
All exported members are accessible to any Go application after adding the package via go get github.com/aspose-pdf-foss/aspose-pdf-foss-for-go.
Properties: Count.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the count. |
Methods
| Signature | Description |
|---|---|
Add() | The zero-based index of the added item. |
RemoveAt(index: int) | The zero-based index. |
RemoveArea(startRow: int, startColumn: int, totalRows: int, totalColumns: int) | The total number of columns. |