CustomFormat Property (XlsxDocumentSheetRow)
Gets or sets a value indicating whether row has custom format.
'Declaration
Public Property CustomFormat As Boolean
public bool CustomFormat { get; set; }
public: __property bool get_CustomFormat();
public: __property void set_CustomFormat(
bool
);
public:
property bool CustomFormat {
bool get();
void set(bool );
}
Property Value
True if row has custom format; otherwise, false.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5