Online Documentation for Advanced Data Export .NET
XlsNoteFormat.FillType
public enum XlsNoteFillType
{
nftSolid,
nftGradient
}
public SqlManager.QExport.XLS.XlsNoteFillType FillType
Description
The FillType property defines the type of filling the note background. The following values are available: nftSolid - solid fill, and nftGradient - gradient fill. Default is nftSolid.
See also: |