ComponentOne Excel for UWP
Using Excel for UWP / Rows and Columns
In This Topic
    Rows and Columns
    In This Topic

    The XLSheet object contains collections of rows and columns that expose each individual row and column on the sheet. The exposed XLRow and XLColumn objects allow you to assign the size (column width, row height), visibility, and style for each row and column on the sheet. If you don't assign any of these values, the sheet's defaults will be used (see the XLSheet.DefaultRowHeight and XLSheet.DefaultColumnWidth properties).

    The default dimensions for XLRow and XLColumn objects are –1, which means use the sheet's default values. 

    See Also