-
Notifications
You must be signed in to change notification settings - Fork 1
/
RowInfo.cls
47 lines (41 loc) · 1 KB
/
RowInfo.cls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "RowInfo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = False
Public Columns As New Dictionary
'Public Id As Integer
'Public Name As String
'Public PriceL As Double
'Public PriceB As Double
'Public FX As Double
'Public Cashier As Integer
'Public WT As String
'Public Organic As String
'Public Vendor As String
'Public Country As String
'Public Store As String
'
Public Category As String
Public RowNumber As String
'
'Public TESTPrice As Double
' ========================================================
' These Fields are not on the Worksheet
' ========================================================
Public amtClose As Double
Public amtOpen As Double
Public totClose As Double
Public totBase As Double
'
'
'op = Operators.Eq
'Debug.Print op
'1
'If op = Operators.Add Then MsgBox ("match")
'var1 = "StoreZZ"
'