NumberFormat

Overview

NumberFormat is a class in Aspose.Cells FOSS for .NET.

Provides number format operations.

This class provides 3 methods for working with NumberFormat objects in Go programs. Available methods include: GetBuiltInFormat, GetBuiltInFormatId, IsBuiltInFormat. 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.

Methods

SignatureDescription
GetBuiltInFormat(formatId: int)The string.
IsBuiltInFormat(formatCode: string)if the condition is met; otherwise, .
GetBuiltInFormatId(formatCode: string)The int.

See Also