Tynab / Touhoku-Pca-Weight

東北 (プレキャス) 重量

Home Page:https://www.nuget.org/profiles/Tynab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TOUHOKU (PCA) WEIGHT SOLUTION

Solution to help 西山 team of エマール group transfer data faster for 東北 (プレキャス) 重量 type normal from 文化シャッター partner.

MASK

CODE DEMO

''' <summary>
''' 運賃 (2トン車).
''' </summary>
''' <param name="xlApp">Excel Application.</param>
''' <param name="choosen">Selection.</param>
Friend Sub Fare(xlApp As Application, choosen As Double)
    If choosen = 1 Then
        DctVal(xlApp, "BA150", choosen)
    End If
End Sub

PACKAGES

  • Microsoft.Office.Interop.Excel » 15.0.4795.1001