init_for_dot_net_core metod

init_for_dot_net_core()

Gör initialiseringen för .NetCore-programmet. Vi föreslår att du anropar den här metoden för all .NetCore-initialisering först. Till exempel: CellsHelper.InitForDotNetCore(); Arbetsbok wb = ny arbetsbok();


@staticmethod
def init_for_dot_net_core():
    ...

Se även