Retrieves the data formatting string applied to a cell's content within a sheet. Enables access to the format specification, which dictates how the cell's data is visually represented.
public string GetDataFormatString()
A string representing the data format applied to the cell. This format string determines how the cell's content is displayed, such as number formats, date formats, or custom text formats.