ATEZ
This commit is contained in:
@@ -100,18 +100,22 @@ Public Class usrcntlVAT_ATEZ
|
||||
.Columns("doc_index").Width = 50
|
||||
.Columns("page_count").HeaderText = "Seiten"
|
||||
.Columns("page_count").Width = 50
|
||||
|
||||
.Columns("start_page").HeaderText = "von"
|
||||
.Columns("start_page").Width = 50
|
||||
|
||||
.Columns("end_page").HeaderText = "bis"
|
||||
.Columns("end_page").Width = 50
|
||||
.Sort(.Columns("start_page"), System.ComponentModel.ListSortDirection.Ascending)
|
||||
|
||||
'.Columns("total_pages").Visible = False
|
||||
|
||||
'----------------------------------------
|
||||
.Columns("count").Visible = False
|
||||
.Columns("document_count").Visible = False
|
||||
.Columns("total_pages").Visible = False
|
||||
.Columns("seller_address_full").Visible = False
|
||||
.Columns("doc_index").Visible = False
|
||||
'----------------------------------------
|
||||
|
||||
|
||||
.Sort(.Columns("start_page"), System.ComponentModel.ListSortDirection.Ascending)
|
||||
|
||||
End With
|
||||
|
||||
|
||||
Reference in New Issue
Block a user