The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
HI,
I am using GDBG. I am mostly using multirow view for GDBG using column layout manager. I need to know all the possible format options.
Like ".", "-", ''X''
What are the options and behavior of them?
I would really appreciate if you can point me to a link.
Thanks
Viveks
ADAdministrator Syncfusion Team July 1, 2004 08:13 PM UTC
You have listed all the options:
"." indicates a new line
"-" covered cell
Anything else is tried to be interpreted as a Column.ColumnName. If it is a valid columnname, then this column will appear in that position. If the string is not a valid columnname, then an empty, unbound column appears.